zf

Command-line fuzzy finder that prioritizes matches on filenames

brewmacoslinux
Try with needOr install directly
Source

About

Command-line fuzzy finder that prioritizes matches on filenames

Commands

zf

Examples

Find and open a file in the current directory$ zf
Fuzzy search for files matching a pattern$ zf search_term
Pipe find results to zf for interactive selection$ find . -type f | zf