Usage: nfzf [options] Options: -n, --normal, --exact Use normal/exact text matching instead of fuzzy matching. -h, --help Display help (this text) -q, --query Start search with the given query prefilled. -1, --select-1 If there is only one match for the initial query (--query), do not start interactive finder and automatically select the only match --keep-right Fit to show end of result text (toggled with ctrl-e) --height % of screen space to use to for results (default 6 rows) Keyboard: switch between search modes (fuzzy, normal/exact) down,, scroll down up,, scroll up scroll down by page size scroll up by page size jump to start of input jump to end of input (and toggles --keep-right) ,, cancel , trigger callback/promise with current selection and exit delete last word from input jump back a word jump forward a word delete last input character Examples: find . | nfzf cat log.txt | nfzf -n mpv "`find ~/Dropbox/music/ | nfzf --exact --keep-right`"