gbih / imgdate

Rename jpeg images using exif data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imgdate

Helper utility that renames jpeg images according to their exif data.

To use:

  • Place images into the files directory. Sub-directories are ignored.

  • Renamed images are copied into the dest/<date> folder.

  • The latest date is used for target folder name.

  • To append a custom title to folder name, use -t tag. Example:

go run . -t="fishing-trip"

To do:

  • Reorganize into discrete components and add unit tests

About

Rename jpeg images using exif data

License:MIT License


Languages

Language:Go 100.0%