Awesome CLI packages
thefuck - Auto-correct miss-typed commands (https://github.com/nvbn/thefuck)
zoxide - Easy navigation (better cd) (https://github.com/ajeetdsouza/zoxide)
tldr - Community-maintained docs (better man) (https://github.com/tldr-pages/tldr)
scc - Count lines of code (better cloc) (https://github.com/boyter/scc)
exa - Listing Files (better ls) (https://github.com/ogham/exa)
duf - Disk Usage (better df) (https://github.com/muesli/duf)
aria2 - Download Utility (better wget) (https://github.com/aria2/aria2)
bat - Reading Files (better cat) (https://github.com/sharkdp/bat)
diff-so-fancy - File Comparisons (better diff) (https://github.com/so-fancy/diff-so-fancy)
entr - Watch for changes (https://github.com/eradman/entr)
exiftool - Reading + writing metadata (https://github.com/exiftool/exiftool)
fdupes - Duplicate file finder (https://github.com/jbruchon/jdupes)
fzf - Fuzzy file finder (better find) (https://github.com/junegunn/fzf)
hyperfine - Command benchmarking (https://github.com/sharkdp/hyperfine)
just - Modern command runner (better make) (https://github.com/casey/just)
jq - JSON processor (https://github.com/jqlang/jq)
most - Multi-window scroll pager (better less) (https://www.jedsoft.org/most/)
procs - Process viewer (better ps) (https://github.com/dalance/procs)
rip - Deletion tool (better rm) (https://github.com/nivekuil/rip)
ripgrep - Search within files (better grep) (https://github.com/BurntSushi/ripgrep)
rsync - Fast, incremental file transfer (https://rsync.samba.org/)
sd - Find and replace (better sed) (https://github.com/chmln/sd)
tre - Directory hierarchy (better tree) (https://github.com/dduan/tre)
xsel - Access the clipboard (https://github.com/kfish/xsel)
bandwhich - Bandwidth utilization monitor (https://github.com/imsnif/bandwhich)
ctop - Container metrics and monitoring (https://github.com/bcicen/ctop)
bpytop - Resource monitoring (better htop) (https://github.com/aristocratos/bpytop)
glances - Resource monitor + web and API (https://github.com/nicolargo/glances)
gping - Interactive ping tool (better ping) (https://github.com/orf/gping)
dua-cli - Disk usage analyzer and monitor (better du) (https://github.com/Byron/dua-cli)
speedtest-cli - Command line speed test utility (https://github.com/sivel/speedtest-cli)
dog - DNS lookup client (better dig) (https://github.com/ogham/dog)
browsh - CLI web browser (https://github.com/browsh-org/browsh)
buku - Bookmark manager (https://github.com/jarun/buku)
cmus - Music browser / player (https://github.com/cmus/cmus)
cointop - Track crypto prices (https://github.com/cointop-sh/cointop)
ddgr - Search the web from the terminal (https://github.com/jarun/ddgr)
micro - Code editor (better nano) (https://github.com/zyedidia/micro)
khal - Calendar client (https://github.com/pimutils/khal)
mutt - Email client (https://gitlab.com/muttmua/mutt)
newsboat - RSS / ATOM news reader (https://github.com/newsboat/newsboat)
rclone - Manage cloud storage (https://github.com/rclone/rclone)
taskwarrior - Todo + task management (https://github.com/GothenburgBitFactory/taskwarrior)
tuir - Terminal UI for Reddit (https://gitlab.com/ajak/tuir)
httpie - HTTP / API testing testing client (https://github.com/httpie/httpie)
lazydocker - Full Docker management app (https://github.com/jesseduffield/lazydocker)
lazygit - Full Git management app (https://github.com/jesseduffield/lazygit)
kdash - Kubernetes dashboard app (https://github.com/kdash-rs/kdash/)
gdp-dashboard - Visual GDP debugger (https://github.com/cyrus-and/gdb-dashboard)
ngrok - Reverse proxy for sharing localhost (https://ngrok.com/)
tmate - Share a terminal session via internet (https://tmate.io/)
asciinema - Recording + sharing terminal sessions (https://asciinema.org/)
navi - Interactive cheat sheet (https://github.com/denisidoro/navi)
transfer.sh - Fast file sharing (https://github.com/dutchcoders/transfer.sh/)
surge - Deploy a site in seconds (https://surge.sh/)
wttr.in - Check the weather (https://github.com/chubin/wttr.in)
cowsay - Have an ASCII cow say your message (https://en.wikipedia.org/wiki/Cowsay)
figlet - Output text as big ASCII art text (http://www.figlet.org/)
lolcat - Make console output raibow colored (https://github.com/busyloop/lolcat)
neofetch - Show system data and ditstro info (https://github.com/dylanaraps/neofetch)
Thanks : Alicia Sykes (https://dev.to/lissy93/cli-tools-you-cant-live-without-57f6)