fuzzy-find

Fuzzy find files and directories across your project

brewmacoslinux
Try with needOr install directly
Source

About

Fuzzy filename finder matching across directories as well as files

Commands

ff

Examples

find a file by partial name match$ ff myfile
search for files in current directory and subdirectories$ ff
find files matching a pattern with fuzzy matching$ ff src/comp
search for javascript files by name$ ff config.js
locate a file when you only remember part of the name$ ff testutil