Crates.io | exifrename |
lib.rs | exifrename |
version | 1.1.0 |
source | src |
created_at | 2023-02-27 22:54:27.983569 |
updated_at | 2024-11-04 08:07:54.75362 |
description | Rename or copy files based on EXIF data. |
homepage | |
repository | https://github.com/cdown/exifrename |
max_upload_size | |
id | 796419 |
size | 43,330 |
exifrename renames or copies files based on EXIF data.
cargo install exifrename
See --help
for more information on how to populate -f FORMAT
and other
available options. An example invocation is:
% exifrename --copy \
> -f "$HOME/Photos/{camera_make}/{year}{month}{day}_{hour}{minute}{second}" \
> /mnt/sdcard/*.jpg
/mnt/sdcard/P0001.jpg -> /home/cdown/Photos/FUJIFILM/20230126_184547_0.jpg
/mnt/sdcard/P0002.jpg -> /home/cdown/Photos/FUJIFILM/20230126_184547_1.jpg
/mnt/sdcard/P0003.jpg -> /home/cdown/Photos/FUJIFILM/20230126_184548_0.jpg
/mnt/sdcard/P0004.jpg -> /home/cdown/Photos/FUJIFILM/20230126_184548_1.jpg
/mnt/sdcard/P0005.jpg -> /home/cdown/Photos/FUJIFILM/20230126_184548_2.jpg
/mnt/sdcard/P0006.jpg -> /home/cdown/Photos/FUJIFILM/20230126_184548_3.jpg
/mnt/sdcard/P0007.jpg -> /home/cdown/Photos/FUJIFILM/20230126_184551.jpg
/mnt/sdcard/P0008.jpg -> /home/cdown/Photos/FUJIFILM/20230126_184802.jpg
[...]
You can also see what would be changed first using --dry-run
.
exifrename has a strong focus on performance. On a sample modern laptop with a
mid-spec SSD, we take ~0.02 seconds to produce new names for over 5000 files
with the format {year}{month}{day}_{hour}{minute}{second}
.