Skip to content

kristianvalind/mini-photo-sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Photo Sorter (mps)

A small tool written in Go (golang) for sorting photos using EXIF data.

Run make to build.

(Only on Mac) Modify droplet.applescript to set default options, and then run make droplet to generate a self contained AppleScript droplet for use with ImageCapture, containing the mps binary as well.

Usage info:

Mini Photo Sorter (mps) by Kristian Valind
Usage: ./mps [flags] files
  -d    dry run, simulate operations but don't move any files
  -h    show usage
  -o dir
        dir in which to place output files (default ".")
  -p pattern
        the pattern for the renamed files, using golang time package formatting. The string {filename} is replaced with the original file name. (default "2006-01-02/2006-01-02_{filename}")
  -r    recurse into subdirectories of provided directories
  -s    stop when encountering an error, instead of skipping to next file

About

A small tool for sorting photos based on EXIF data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published