fzf

Command line fuzzy finder. Start finder on all files from…

fzf

Command line fuzzy finder.

find {{path/to/search}} -type f | fzf

ps axu | fzf

find {{path/to/search_files}} -type f | fzf -m > {{filename}}

fzf -q "{{query}}"

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

fzf -q "!pyc 'travis"

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← fusermount g++ →