I search for files, and it never seems to find them. Plus it only does one drive at a time, and not just searches my external drives. Any suggestions?
I search for files, and it never seems to find them. Plus it only does one drive at a time, and not just searches my external drives. Any suggestions?
If you’re a GUI guy, catfish is good. If you’re a term guy, fzf, rg, fd are very fast and powerful. I search for files in / (meaning EVERYTHING) and tge results are there in less than 10 seconds.
This blog post has some example usages, read the entries for fzf, rg and fd.
https://alavi.me/blog/cool-cli-tui/#fd
thank you!