“Magnificent app which corrects your previous console command”
grep, because I find myself piping data to grep all the time to search for what I am looking for.
Seems like a vague question, are you looking for inspiration for your own CLI application?
If so, I recommend leveraging libraries like [1] commander. Which allows you to intuitively wire up your CLI app with --option and --help on every command.
One of my favourite CLI apps is [2] httpie. It has a simple, easy to use API, which is intuitive and fast too.
youtube-dl: Download video from many sites all across the internet.
nvlc: ncurses interface to VLC, my personal favourite music player.
htop: Pretty good system monitor for terminal.
lynx/links: Web browsers for terminal.
- ack -> grep on steroids, really useful for coding. https://beyondgrep.com/
- irssi -> IRC client
- mplayer -> Video player console
- cmus -> Console Audio Player
- htop -> top but pretty
- powertop -> save power on your Linux laptop
fzf
nmap
socat
stow
jq : Json command line parser and manipulator
fd : Search filesystem for files