Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 379 Bytes

hazel-script.md

File metadata and controls

12 lines (11 loc) · 379 Bytes

Use this script as shown in the images for Hazel.

Be sure to change out [YOUR DIRECTORY HERE] for the directory you wish to use.

exiftool -P -d '[YOUR DIRECTORY HERE]/%Y/%m-%b' \
    '-Directory<${FileModifyDate}' \
    '-Directory<${GPSDateTime}' \
    '-Directory<${CreateDate}' \
    '-Directory<${DateTimeOriginal}' \
    '-Directory<${ModifyDate}' \
    "$1"