fzf
in ~/.zshrc.local
(since I use grml zsh)
Fzf usage example:
grep -RIi "" .* | fzf -m --bind ctrl-a:select-all,ctrl-d:deselect-all,ctrl-t:toggle | cut -d ':' -f1 | sed 's/^.//' | sed 's/.txt//' | sort | uniq | sxiv -i
There is more than meets the eye —more than meets the prize.