Organize Photos Into Year & Month Folders
You can use a command line tool called exiftool to organize your photos into sub folders.
On a Mac Install with HomeBrew
brew install exiftool
For monthly folders run this in your photos folder
exiftool -d %m "-directory<datetimeoriginal" *.jpg
For year/month folders run this
exiftool -d %Y/%m "-directory<datetimeoriginal" *.jpg
All sorted! Checkout the exiftool website for more details.
Written by Dilantha
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Command line
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#