Command line tools

Command line tools

General

  1. The necessary evil : brew

    The perfect solution to manage project package dependencies is through installing binaries directly with a locked version (a specific binary release not a a latest release), but it’s fine for personal usage to install tools that are not critical to running your project

  2. For managing my Github account, PRs, searching I use gh client program

    GitHub CLI

  3. Get Notified by your terminal ‣

  4. Alias for listing (inside your .zchrc or your bash profile)

    alias ls=’ls -G’  // Enable colorized output 🎨
  5. Better than man pages, gives you examples and colorized output

    tldr pages

  6. Forgot the password ? this tool show the wifi password you are using

    https://github.com/rauchg/wifi-password

Specialized

AWS Command Line Interface

https://github.com/ahmetb/kubectx

Extra

Chmod Command Cheat Sheet & Quick Reference

ngrok - Online in One Line

Last updated