Hey all, here are some of the tools I presented from my dev environment, I hope you can find some of these useful! Also, if you have suggestions, fixes, improvements etc. I’d love to hear them!
Command Line Tools
ag
- Search tool that's fast and does pretty much anything you could hope for with a search tool.fzf
- A better version ofctrl-r
backwards history search. It has a lot of other functionality as well that I'm not even really sure about!hub
- Tons of aliases for git commands and the ability to go from your command line to the repository.tmux
- This is a nice windowing program for the terminal in my keyboard-shortcut-heavy environment.
Custom Command Line Tools