bat
↗ GitHubModern cat with syntax highlighting and Git integration.
bat file.txt
cargo install batwinget install sharkdp.bat (Windows)brew install bat | sudo apt install bat
fd
↗ GitHub✅ Rust equivalent of find — simple, fast, ignores hidden files.
fd "TODO"
cargo install fd-findwinget install fd (Windows)brew install fd | sudo apt install fd-find
ripgrep (rg)
↗ GitHubSuper-fast grep alternative. Respects .gitignore.
rg "pattern"
cargo install ripgrepwinget install ripgrep (Windows)brew install ripgrep | sudo apt install ripgrep
lsd
↗ GitHubModern ls with icons, colors, and tree view.
lsd -la
cargo install lsdwinget install lsd (Windows, via Scoop/Chocolatey)brew install lsd | sudo apt install lsd
dust
↗ GitHubVisual du — shows disk usage in a tree.
dust
cargo install dustwinget install dustbrew install dust | sudo apt install dust
procs
↗ GitHubBetter ps with color and filtering.
procs
cargo install procswinget install procsbrew install procs | sudo apt install procs
bottom (btm)
↗ GitHubBeautiful top/htop replacement.
btm
cargo install bottomwinget install bottombrew install bottom | sudo apt install bottom
xh
↗ GitHubModern, safe curl/wget with JSON support.
xh httpbin.org/get
cargo install xhwinget install xhbrew install xh | sudo apt install xh
watchexec
↗ GitHubRun commands when files change — better than watch.
watchexec -e rs cargo run
cargo install watchexec-cliwinget install watchexecbrew install watchexec
nu (nushell)
↗ GitHubModern shell with structured data and pipelines.
nu
cargo install nuwinget install nushellbrew install nushell | sudo apt install nushell