Command line tools
Command line tools
General
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
For search I use
rg
For managing my Github account, PRs, searching I use
gh
client programGet Notified by your terminal ‣
Alias for listing (inside your .zchrc or your bash profile)
Better than
man
pages, gives you examples and colorized outputForgot the password ? this tool show the
wifi
password you are usinghttps://github.com/rauchg/wifi-password
Specialized
https://github.com/ahmetb/kubectx
Extra
Last updated