-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Feature request] Finding all images in nested directories #49
Comments
I'm not sure I understand. I'm pretty sure on zsh if I do |
Tested on zsh and it has the expected behavior. (4 of 4 images) Bash shell only showed.
Closing as it is shell specific. |
Hmm, may be a reason to bring back quoting globs.
|
Closed in favor of #50 |
Yeah, I think I agree with you on this. Especially after doing a little bit of reading about bash. Also, I'll need this to take care of #40 anyway. Please close this issue anyway and I'll take care of it in that branch. Although I think it's going to be a nightmare coz I don't think that library you've linked does glob expansions. |
Problem
Unable to view files existing at multiple levels in a nested directory.
Desired Behavior
Viewing of all the images listed.
Syntax
Is there a syntax to express that all images of certain types should be searched for up to a certain directory depth?
pseudo syntax
riv -f Pictures/**[*.png]/**[*.png]/*.png
Expected behavior
Find all images of type png in base Pictures folder.
Inside any directories in
Pictures
, find any png files.Inside any sub-sub directories of Pictures find any png files.
Thoughts?
The text was updated successfully, but these errors were encountered: