Just wanted to drop a quick post about a plugin I came across last week called fzf.
fzf is a plugin for the command line that enables fuzzy find searching for a majority of file types in the current working directory. It also has a split pane view for file preview right in terminal, as well as a vim integration.
If you have homebrew, you can install it quickly:
brew install fzf
This plugin is awesome and belongs in anyones command line toolbox. Check it out here!