-
Notifications
You must be signed in to change notification settings - Fork 118
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
Question: Matches on file paths #481
Comments
There are flags to include or exclude directories that match a glob of the (sub)directories on the paths to search or exclude using option For example, If the include or exclude flags don't suffice, then you can always use |
It might be a good idea to extend the glob options matching functionality to perform like |
I have an update to improve the speed of Using For example:
For the last example, the files searched could be limited to |
Hi!
Is it possible to also match on file paths? So if I have a key word that is found in an file path it is returned in some kind of output?
If so I must just be missing the flag!
Many thanks :)
The text was updated successfully, but these errors were encountered: