Suggestions on search

What solutions/workflows do you have for (local) file search?

  1. command line (especially, see below)

  2. sourcegraph, etc (though this can be “alot”)


Somebody had a find-files command.

I lost my config… I wonder if anybody knows what I am taking about.

I use fd, ripgrep, and git-grep, depending on whether I want search for filenames or contents. (These are just smarter counterparts to find and grep.)

I think this was/is it:

https://crates.io/crates/find-files

thx, @waffle8946