-
Notifications
You must be signed in to change notification settings - Fork 119
Question: Matches on file paths #481
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
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 |
After some experimentation, I've decided that basename globs override path globs when both are specified (as a use case that is not common), which means that searching is is determined by the basename directories you want to search in. That is more intuitive, I think. This still means there can be conflicts that produce no results, when basename directories are only searched but a more specific path is given e.g. I'm also going to enable recursive searching implicitly as a new feature when a glob is specified that is a path, so that ugrep recurses to match the path. For example, |
Ugrep 7.4 is released with improved |
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: