danielgtaylor / jpeg-archive

Utilities for archiving JPEGs for long term storage.
1.16k stars 121 forks source link

Make find case insensitive for *.jpg #123

Open eshagh opened 3 years ago

eshagh commented 3 years ago

My camera spits out DSC00000.JPG. I could lower case the file extension or we can make the find case insensitive. Suggest the latter is the better approach.