Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
paxel committed Nov 2, 2023
1 parent 2923924 commit af8b563
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ out of the box usage:
```bash
dicksort <source> <destination>
```
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 <source> <destination>
```
will move them instead

```bash
dicksort -m -c <source> <destination>
```
will move them and also delete source dirs that are empty after the move;
including the <destination> if all was moved.


```bash
dicksort -d <source> <destination>
```
Expand All @@ -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?


0 comments on commit af8b563

Please sign in to comment.