mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
.. | ||
on_boot.d | ||
scripts | ||
settings/profile/global.profile.d | ||
Makefile | ||
README.md |
Modern Unix tools for the UDM
Features
Modern Unix tools to make the UDM shell more pleasant and modern:
- bat: A
cat
clone with syntax highlighting and Git integration. - bottom: Yet another cross-platform graphical process/system monitor.
- croc: Easily and securely send things from one computer to another 🐊 📦
- duf: A better
df
alternative. - gping:
ping
, but with a graph. - ncdu: Ncdu is a disk usage analyzer with an ncurses interface.
- lsd: The next gen file listing command. Backwards compatible with
ls
. - xh: A friendly and fast tool for sending HTTP requests. It reimplements as much as possible of HTTPie's excellent design, with a focus on improved performance.
Demo
Requirements
- You have successfully setup the on boot script described here
Steps
-
You may copy the files in
on_boot.d/
,scripts/
, andsettings/
to/data/
in the UDM, or you can use the Makefile targets to copy and install the tools from a remote machine:make push-config install-tools