# Command Line Tools

  • bat - a cat clone with syntax highlighting and Git integration.
  • exa - a modern replacement for ls.
  • httpie - a HTTP client with cool features.
  • hub - GitHub wrapper.
  • jq - a lightweight and flexible command-line JSON processor.
  • noti - monitor a process and trigger a notification.
  • ncdu - a disk usage analyzer with an ncurses interface.
  • restic - a program that does backups right (with encryption and cloud upload).
  • ripgrep - recursively searches directories for a regex pattern.
    • rga - ripgrep but also searches PDFs, eBooks, zip, movies, etc.
  • sd - intuitive search and replace tool.
  • watchexec - executes commands in response to file modifications.
  • xsv - a fast CSV command line toolkit.
  • z - jump to frequently used directories easily.

# TODO

  • Organize in categories, check this.
Last Updated: 9/22/2020, 2:16:31 AM