Skip to content

Instantly share code, notes, and snippets.

@dixonge
Last active April 2, 2020 16:51
Show Gist options
  • Save dixonge/9e9485f99b0bd67a7d541ae1bea6a5cc to your computer and use it in GitHub Desktop.
Save dixonge/9e9485f99b0bd67a7d541ae1bea6a5cc to your computer and use it in GitHub Desktop.
Rename photos with name followed by original file date/timestamp using exiftool
exiftool '-filename<file-name-text-goes-here-$CreateDate' -d %Y-%m-%d_%H-%M-%S%%-c.%%le *.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment