Created
January 3, 2015 02:43
-
-
Save jevy/7ece92c1a0d4d6d57294 to your computer and use it in GitHub Desktop.
Have Hazel sort images by exif date
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# In Hazel select "run shell script". Shell is /bin/bash | |
/usr/local/bin/exiftool -d %Y-%m "-directory<AllDates" $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment