Live data from Hacker News

Fzf: A command-line fuzzy finder

github.com

1–5 of 5 posts

Re: Fzf: A command-line fuzzy finder

#3
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

Re: Fzf: A command-line fuzzy finder

#5
post #3

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

On that note, skim is an alternative to fzf written in Rust -- https://github.com/lotabout/skim