
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!
batA clone of the cat command with syntax highlighting and Git integration.

exaAn alternative to ls written in Rust

lsdAnother alternative to ls that even includes icon display for the file type.

deltaA viewer for output git and diff

dustA more intuitive version of the du command written in Rust.

dufAn improved alternative to the df command.

brootA modern alternative to the tree command

fdA find faster and friendlier!
ripgrepAn extremely fast alternative to grep that respects your gitignore.

agA code search tool similar to ack, but faster.

fzfForget the Ctrl + r in the terminal to do searches, use fzf.

mcflyFly through your shell history.

chooseA friendly and fast alternative to the command cut and in some cases even to the awk.

jq
A Sed for JSON files.

sdAn alternative to find and Sed

cheat and kmdrTools that are even more complete and available for even more environments such as Docker, Git and others.

tldrConsult man pages via the command line.

bottomAnother cross-platform graphical system/process monitor.

glancesMonitor your system. An alternative top / htop for operating systems GNU/Linux, BSD, Mac OS and Windows.

gtopAnother system monitor similar to gotop, but written in JavaScript

hyperfineA tool for benchmarking via the command line.

procsA modern replacement for ps written in Rust.

httpieA modern and friendly command line HTTP client for the API i.

curlieThe power of curl, the ease of use of httpie.

xhA 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.

zoxideA smarter cd command inspired by z.

dogA friendly command-line DNS client. A dig with steroids.

This list was inspired with some minor modifications to the original list in the repository .