I'd like to show only .jpg (or .JPG) files in a multilevel directory tree.
Unfortunately, from what I understand it's not currently possible to match dirs specifically.
What if dirs were matched with a trailing slash, as in:
# /file1.flac
# /file1.mp3
# /file2.mp3
# /subDir1/ <-- trailing slash
# /subDir1/file3.flac
This way it would be easy to create a regex to match jpgs or folders.
What do you think of this?
I'd like to show only .jpg (or .JPG) files in a multilevel directory tree.
Unfortunately, from what I understand it's not currently possible to match dirs specifically.
What if dirs were matched with a trailing slash, as in:
This way it would be easy to create a regex to match jpgs or folders.
What do you think of this?