A simple command line program to organise your photos based on date taken.
Simple install the package to your $GOPATH with the go tool from shell:
$ go get github.com/paulburlumi/photocopier
$ go install github.com/paulburlumi/photocopier
Usage of photocopier:
-dst string
destination folder
-src string
source folder
-verbose
verbose output
This project is licensed under the Apache License - see the LICENSE file for details