Skip to content

Instantly share code, notes, and snippets.

@crueber
Last active July 20, 2023 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crueber/51ae5b817a466bc5fe035e5adb2a5530 to your computer and use it in GitHub Desktop.
Save crueber/51ae5b817a466bc5fe035e5adb2a5530 to your computer and use it in GitHub Desktop.
A whole bunch of modern CLI app alternatives
Classic Description Modern
  Interactive cheatsheets cheat
  Terminal file manager nnn
git Git SCM tig
lazygit
man Simplified man pages tldr (also tealdeer)
curl Make HTTP requests from CLI httpie
xh
curlie
cat View contents of a file bat
ls List directory contents lsd
exa
top Process viewer bottom
glances
gtop
htop
btop
find Simple, faster, user friendly find fd
  General purpose file fuzzy finder fzf
ack Code search tool ag
sed Find and replace sed alternative sd
cut/awk Human-friendly, fast alternative choose
grep Fast, easier view of grep w/gitignore ripgrep
  Viewer for git diff delta
du Disk usage viewer dust
df Disk freespace viewer gdu
dig DIG on steroids dog
  sed for JSON data jq
ping Graphical ping alternative gping
ab Benchmark using a command hyperfine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment