dajva / rg.el

Emacs search tool based on ripgrep
https://rgel.readthedocs.io
GNU General Public License v3.0
471 stars 38 forks source link

Feature request: search filenames #111

Closed miketz closed 3 years ago

miketz commented 3 years ago

Requesting a new feature. The ability to search on filenames only, not file content.

Ripgrep can search filenames with this command:

rg --files | rg SearchPattern
dajva commented 3 years ago

The package is not really setup to handle file name matches without specific content lines in the file. So would need some work to achieve.

miketz commented 3 years ago

OK. I'll close the request. Sounds like the feature is out of scope.