-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grep for Windows #1045
Comments
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 |
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). |
It would be great if PowerToys can include a tool to grep files such as GrepWin having a context menu option to Grep files in the selected folders.
The text was updated successfully, but these errors were encountered: