3 releases
0.1.2 | Nov 16, 2022 |
---|---|
0.1.1 | Nov 16, 2022 |
0.1.0 | Nov 16, 2022 |
#29 in #organize
8KB
159 lines
image-organizer
Simple command to organize your photo/video library
Usage: image-organizer [OPTIONS] <SOURCE> [TARGET]
Arguments:
<SOURCE> Source folder, where not so well organized media live
[TARGET] Target folder where image should be copied to, default to <SOURCE> (move files instead)
Options:
-d, --dry-run Don't actually rename
-h, --help Print help information
-V, --version Print version information
Images will be organized, in an edempotent way (You can re-run with the same source, and only new images will be added) in the following folder structure and file naming:
YEAR/YEAR-MM-DD/YEARMMDD-HHIISS.ext
Exif data is used for images, and the brightness value is added before the extension, to ensure uniqueness of names.
Dependencies
~2–11MB
~94K SLoC