CLI improved ๐
see also
- 37 INSANE Linux Commands you NEED to Know in 2025
- 10 CLI Tools Iโm using alongside Claude Code / part 2
- lazygit
- glow - like bat
- llmfit => to explore
- ranger - file browser in term
- yazi
- zoxide - memorize where you are use to go (and cd you there)
- interactive mode
- btop - see top cmd below
- chafa - terminal viewer
- csvlens - scroll over csv files
- eza - improved ls - can display icon / group in grid
- tldr - summarize man page
- yara - advanced grep for scan
# bat > cat โฎบ
A cat(1) clone with wings. It has highlighting, paging, line numbers and git integration.
The bat command also allows me to search during output (only if the output is longer than the screen height) using the / key binding (similarly to less searching).
It can still be used like cat: โWhenever bat detects a non-interactive terminal, it will fall back to printing the plain file contents.โ
# htop > top โฎบ
# ncdu > du โฎบ
# cp with progress โฎบ
Written on August 31, 2018, Last update on July 26, 2026
cli
shell
term