Skip to content

Notes on fzf

Basic usage

bash
seq 10 | fzf # prints the selection to stdout
seq 10 | fzf --multi # enables mulitple selection using the tab key