Skip to content

Instantly share code, notes, and snippets.

@r17x
Forked from wayanjimmy/cli-apps-dev.md
Created April 23, 2019 09:14
Show Gist options
  • Save r17x/33854c4a4ff72414627b12afb45a3d8e to your computer and use it in GitHub Desktop.
Save r17x/33854c4a4ff72414627b12afb45a3d8e to your computer and use it in GitHub Desktop.
I curate a list of interesting CLI tools, below are some command line tools that I personally love and use

I curate a list of interesting CLI tools, below are some command line tools that I personally love and use

  • ripgrep - Search text for patterns fast.
  • fzf - Command-line fuzzy finder.
  • exa - Replacement for ls written in rust.
  • git - Version control.
  • youtube-dl - Download videos from YouTube and other video sites.
  • tmux - Terminal multiplexer.
  • direnv - Environment switcher for the shell.
  • trash - Move files and folders to the trash.
  • gotop - Terminal based graphical activity monitor inspired by gtop and vtop.
  • create-react-app - Create React apps with no build configuration.
  • yarn - Fast, reliable, and secure dependency management.
  • npx - Execute npm package binaries.
  • wifi-password - Get the password of the WiFi you're on.
  • fnm - Fast and simple Node.js version manager, built in native ReasonML.
  • serve - A static http server anywhere you need one.
  • z - Jump around.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment