Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 788 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 788 Bytes

A simple command line program to organise your photos based on date taken.

Go Report Card

Installation

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

Usage of photocopier:
  -dst string
        destination folder
  -src string
        source folder
  -verbose
        verbose output

License

This project is licensed under the Apache License - see the LICENSE file for details