fzf

Command-line fuzzy finder. Similar to sk. More information: https://github.com/junegunn/fzf.

find path/to/directory -type f | fzf

ps aux | fzf

find path/to/directory -type f | fzf --multi > path/to/file

fzf --query "query"

fzf --query "^core go$ | rb$ | py$"

fzf --query "!pyc 'travis"