Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dixonge/65d6ad3fab01d34773ac9e9f58f08bdf to your computer and use it in GitHub Desktop.
Save dixonge/65d6ad3fab01d34773ac9e9f58f08bdf to your computer and use it in GitHub Desktop.
Extract Title and Description from json file and write it to jpg file after downloading from Flickr using Flickr Downloadr
for jpg in *.jpg; do exiftool -json=$jpg.json $jpg; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment