Favourite CLI tools (which is really to say, what do I use all the time):
- nodemon - and yeah, I wrote it, but I wrote it because I needed it!
- tap
- z for zsh
- git - I'm still surprised when fellow devs tell me they use a GUI for git (though I don't know why I'm surprised)
Hmm, apparently not that much. I just ran history | awk '{ print $2 }' | sort | uniq -c | sort -n and it didn't reveal anything particularly interesting.
I have finished writing a book on the CLI which forced me to really learn the CLI again, and I actually have a nice (for me) collection of aliases and functions in my session, like these: .function examples.