Skip to content

Quick and dirty golang to sort my photos exported from OSX Photos

License

Notifications You must be signed in to change notification settings

pneisen/photosort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

photosort

Quick and dirty golang to sort my photos exported from OSX Photos. Traverses a directory tree and uses exif to copy photos to a flat directory structure grouped by the year and month the photo was taken (ie 2023-7). It won't copy over same named files and prints those for manual move. If it encounters a file that doesn't have exif, it copies the file to an unsorted directory. The intention of this sorting is for eventual upload into S3 buckets.

Usage:

  • Clone repo
  • go mod tidy
  • go build
  • ./photosort <from dir> <to dir>

About

Quick and dirty golang to sort my photos exported from OSX Photos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages