TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Fzf: A command-line fuzzy finder

25 pointsby soupdiverover 5 years ago

3 comments

dwrodriover 5 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 &quot;find&quot;, but it eats up CPU. That being said, the preview window in combination with being able to browse large directories a breeze.<p>1 = <a href="https:&#x2F;&#x2F;github.com&#x2F;BurntSushi&#x2F;ripgrep" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;BurntSushi&#x2F;ripgrep</a>
评论 #21686027 未加载
posedgeover 5 years ago
This is a perfect addition for the fish shell, to fill the incremental reverse search gap. Highly recommend.
djohnstonover 5 years ago
One of the most useful shell plugins IMO.