Silver Searcher can also match paths, instead of file contents. `ag -g <regex>` recursively finds paths that match a regular expression. Unlike `find -regex ...` it ignores files you usually don't care about (.git/*, *.pyc, *.min.js, ...) #SilverSearcher #TIL
@alex not heard of this before today. I use ripgrep though which sounds similar
@alex @sldrant They can all do it, according to https://beyondgrep.com/feature-comparison/#:~:text=List%20searchable%20files%20that%20match%20a%20pattern