A collection of modern/faster/saner alternatives to common unix tools and utilities.
- exa — A modern replacement for
ls. - lsd — The next gen
lscommand. - broot — A modern alternative to
tree. - fd — A simple, fast and user-friendly alternative to
find.
- ag — A code-searching tool similar to
ack, but faster. - ack — A
greplike search tool optimized for source code. - ripgrep — An extremely fast alternative to
grepthat respects your gitignore.
- choose — A human-friendly and fast alternative to
cutand (sometimes)awk - sd — An intuitive find & replace CLI (
sedalternative).
- tldr — A community effort to simplify man pages with practical examples.
- tealdeer — A very fast implementation of
tldrin Rust.
- bat — A
catclone with wings.
- zoxide — A blazing fast alternative to
cd
- procs — A modern replacement for
ps.
- dust — A more intuitive version of
duin rust.
- bottom — Yet another cross-platform graphical process/system monitor.
- glances — Glances an Eye on your system. A
topandhtopalternative. - gtop — System monitoring dashboard for terminal.
- httpie — A modern, user-friendly command-line HTTP client for the API era.
- coreutils — Cross-platform Rust rewrite of the GNU
coreutils.