diff --git a/README.md b/README.md index 63c88cd..bf9d0b4 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,19 @@ sudo dpkg -i ../photo-importer_1.0.1_all.deb ```bash sudo python3 ./setup.py install ``` + +## Usage +### Command-Line Interface + +```bash +photo-importer /path/to/media/files +``` +Will process files (reanaming/rotating) in-place. +![In place example](https://user-images.githubusercontent.com/28735879/76139947-bd249780-6055-11ea-85c0-0985b6bde93f.png) + +```bash +photo-importer /path/to/media/files /output/path +``` +Will import (by default move, but it can be changed in config) files from /path/to/media/files to /output/path with date hierarchy creation and reanaming/rotating + +![Move example](https://user-images.githubusercontent.com/28735879/76139964-eba27280-6055-11ea-988f-aa71cda7ba36.png)