Fuzzy Finder for Git Commands
The real time fuzzy finder tool fzf is a good tool to perform searches for files as well as filtering output from other command line tools. This tool complements Git really well due to the fact git has a master-detail workflow view. When you are looking at a commit log (master), you want to look at the file changes (details) for that commit.