If we're going to do this I vote it should be powered by ripgrep
You just use PowerShell :)
gci -Recurse | sls <you regex pattern>
It seems that gci just searches file names. The idea is to be able to search file contents using regular search and regex through a graphical user interface.
you should try it before comment. But powertoys deserves a GUI tool like this, because not all users are comfortable with command line.
I've been thinking a bit about this, but currently have only more questions:
iirc the VSCode engine is ripgrep
iirc the VSCode engine is
ripgrep
VSCode doesn't show any indication of [currently] taking a dependency on ripgrep and includes its own, simple grep method that while basic is enough for their needs.
https://github.com/microsoft/PowerToys/issues/6388#issue-693491250 asks if this is the same as PowerRename?
It's not.
This is about having a separate tool that can be used to search within files. It's a UI on top of a grep utility (similar to FINDSTR).
Think of it as "Find in files" but as a standalone tool.
As linked above, there are some 3rd party tools that already provide this functionality but these are often available from questionable sources, are not clearly maintained, and have out-dated UIs.
Most helpful comment
If we're going to do this I vote it should be powered by ripgrep