The commands UNIX are a real Swiss knife for administrators, developers and users. But over time there have been new tools based on the excellent UNIX ones with more features and the latest technology.
In this list we will know the most frequently used and created by the developer community around the world!
bat
A clone of the cat
command with syntax highlighting and Git integration.
exa
An alternative to ls
written in Rust
lsd
Another alternative to ls
that even includes icon display for the file type.
delta
A viewer for output git and diff
dust
A more intuitive version of the du
command written in Rust.
duf
An improved alternative to the df
command.
broot
A modern alternative to the tree
command
fd
A find faster and friendlier!
ripgrep
An extremely fast alternative to grep
that respects your gitignore.
ag
A code search tool similar to ack
, but faster.
fzf
Forget the Ctrl + r in the terminal to do searches, use fzf
.
mcfly
Fly through your shell history.
choose
A friendly and fast alternative to the command cut and in some cases even to the awk.
jq
A Sed for JSON files.
sd
An alternative to find and Sed
cheat
and kmdr
Tools that are even more complete and available for even more environments such as Docker, Git and others.
tldr
Consult man pages via the command line.
bottom
Another cross-platform graphical system/process monitor.
glances
Monitor your system. An alternative top
/ htop
for operating systems GNU/Linux, BSD, Mac OS and Windows.
gtop
Another system monitor similar to gotop, but written in JavaScript
hyperfine
A tool for benchmarking via the command line.
![hyperfine](https://camo.githubusercontent.com/88a0cb35f42e02e28b0433d4b5e0029e52e723d8feb8df753e1ed06a5161db56/68747470733a2f2f692e696d677572e52e723d9f2f
gping
A ping, but with a graphic.
procs
A modern replacement for ps
written in Rust.
httpie
A modern and friendly command line HTTP client for the API i.
curlie
The power of curl, the ease of use of httpie
.
xh
A friendly and fast tool for sending HTTP requests. It re-implements HTTPie’s excellent design as much as possible, with a focus on improving performance.
zoxide
A smarter cd
command inspired by z
.
dog
A friendly command-line DNS client. A dig
with steroids.
This list was inspired with some minor modifications to the original list in the repository .