fzy

Fast, simple fuzzy text selector with advanced scoring algorithm

brewmacoslinux
Try with needOr install directly
Source

About

Fast, simple fuzzy text selector with an advanced scoring algorithm

Commands

fzy

Examples

Filter a list of files and select one interactively$ ls | fzy
Search through command history and execute selected command$ history | fzy | sh
Find and open a file in current directory tree$ find . -type f | fzy | xargs cat