3 个版本
0.1.2 | 2022年11月16日 |
---|---|
0.1.1 | 2022年11月16日 |
0.1.0 | 2022年11月16日 |
#29 in #organize
8KB
159 行
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
图像将在以下文件夹结构和文件命名中被组织,且具有幂等性(您可以使用相同的源重新运行,只会添加新图像)
YEAR/YEAR-MM-DD/YEARMMDD-HHIISS.ext
使用Exif数据对图像进行处理,并在扩展名前添加亮度值,以确保名称的唯一性。
依赖项
~2–11MB
~94K SLoC