Y
Hacker News
new
|
ask
|
show
|
jobs
by
asicsp
1718 days ago
I'd suggest ripgrep [0] for even faster results.
[0]
https://github.com/BurntSushi/ripgrep
3 comments
capableweb
1718 days ago
ripgrep doesn't seem to just be fast, it has a good set of features compared to the alternatives too!
https://beyondgrep.com/feature-comparison/
link
jedimind
1718 days ago
I always wondered what the differences between all those mysteriously named search tools are, great resource, thanks for sharing!
link
sva_
1718 days ago
Might also want to use FZF as selection interface for the ripgrep results, if applicable.
link
einpoklum
1718 days ago
It's Rust-based, though, and is thus difficult to get installed on older systems.
link
burntsushi
1717 days ago
Which systems? I have a ten year old laptop it works fine on.
link