From af8b563d9f077df9df9c663a837f6ecb0ceea974 Mon Sep 17 00:00:00 2001 From: Patrick Zimmer Date: Thu, 2 Nov 2023 20:14:21 +0100 Subject: [PATCH] updated doc --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 562bac6..2352d84 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,20 @@ out of the box usage: ```bash dicksort ``` -will copy all images with exif create date into a dir yyyy/mm/dd/ in destination +will copy all images with an exif date into a dir yyyy/mm/dd/ in destination ```bash dicksort -m ``` will move them instead +```bash +dicksort -m -c +``` +will move them and also delete source dirs that are empty after the move; +including the if all was moved. + + ```bash dicksort -d ``` @@ -24,9 +31,9 @@ will do it recursively # plans -* add a `--clean` parameter for removing empty dirs after moving * add the ability to define the output path e.g. `--format "$year/$month/$day"` * add the ability to parse and use tags from the filename e.g. --format "$person/$year/$location" --parse "person=.*/([a-z]).*Jpg” ... - +* release binaries +* extract location maybe?