From 9f35efdd21e37af155ba8ce87d4c332f3c19115b Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 7 Mar 2020 09:29:24 +0100 Subject: [PATCH] Update README.md Add Command-Line Interface usage --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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)