Command line tools
Command line tools
General
The necessary evil :
brewThe 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
For search I use
rgFor managing my Github account, PRs, searching I use
ghclient programGet Notified by your terminal ‣
Alias for listing (inside your .zchrc or your bash profile)
alias ls=’ls -G’ // Enable colorized output 🎨Better than
manpages, gives you examples and colorized outputForgot the password ? this tool show the
wifipassword you are usinghttps://github.com/rauchg/wifi-password
Specialized
https://github.com/ahmetb/kubectx
Extra
Last updated