Skip to content

Instantly share code, notes, and snippets.

@DavidODonovan
Created July 27, 2019 22:58
Show Gist options
  • Select an option

  • Save DavidODonovan/62fd3729a62d95188de6e3c7c106f3e8 to your computer and use it in GitHub Desktop.

Select an option

Save DavidODonovan/62fd3729a62d95188de6e3c7c106f3e8 to your computer and use it in GitHub Desktop.

Revisions

  1. DavidODonovan created this gist Jul 27, 2019.
    5 changes: 5 additions & 0 deletions exiftoolCommands.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    __To add keywords to keywords tag__

    ```code
    exiftool -sep ", " -keywords="one, two, three"
    ```