Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualritz committed Jan 15, 2020
1 parent e508461 commit b8ab047
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
# exifmv

Moves images into a folder hierarchy based on EXIF tags.

Currently the hierarchy is hard-wired into the tool as this suits my needs.
In the future this should be configured by a human-readable string supporting regular expressions etc.

For now the built-in string is this:
`{destination}/{year}/{month}/{day}/{filename}.{extension }`

So if you have an image shot on Nov. 22. 2019 named Foo1234.ARW it will end up as this folder hierarchy:
`2019/11/22/foo1234.arw`.


## Building

```
cargo build --release
```
exifmv 0.1.0
Moritz Moeller <virtualritz@protonmail.com>
Moves images into a folder hierarchy based on EXIF tags

## Usage

```
USAGE:
mvimg [FLAGS] [ARGS]
exivmv [FLAGS] [ARGS]
FLAGS:
-c, --cleanup Clean up removing empty directories (incl. hidden files)
-H, --halt-on-errors Exit if any errors are encountered
-l, --make-lowercase Change filename to lowercase
-l, --make-lowercase Change filename & extension to lowercase
-R, --recurse-subdirs Recurse subdirectories
-L, --follow-symlinks Follow symbolic links
-v, --verbose Babble a lot
Expand Down

0 comments on commit b8ab047

Please sign in to comment.