Settings

Theme

Fzf: A command-line fuzzy finder

github.com

25 points by soupdiver 6 years ago · 4 comments

Reader

dwrodri 6 years ago

Combining fzf with ripgrep[1] as a search tool has absolutely changed file search on my computer. ripgrep is much faster than your typical "find", but it eats up CPU. That being said, the preview window in combination with being able to browse large directories a breeze.

1 = https://github.com/BurntSushi/ripgrep

posedge 6 years ago

This is a perfect addition for the fish shell, to fill the incremental reverse search gap. Highly recommend.

djohnston 6 years ago

One of the most useful shell plugins IMO.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection