exif_renamer 0.2.3

Rename photos in given directory to their EXIF DateTimeOriginal, and viceversa. Defaults to YYYYMMDD_hh24mmss format.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "include": [
        { "os": "ubuntu-latest", "target": "x86_64-unknown-linux-gnu" },
        { "os": "ubuntu-latest", "target": "aarch64-unknown-linux-gnu" },
        { "os": "ubuntu-latest", "target": "x86_64-unknown-linux-musl" },
        { "os": "ubuntu-latest", "target": "aarch64-unknown-linux-musl" },
        { "os": "ubuntu-latest", "target": "x86_64-unknown-freebsd" },
        { "os": "macos-latest", "target": "x86_64-apple-darwin" },
        { "os": "macos-latest", "target": "aarch64-apple-darwin" },
        { "os": "windows-latest", "target": "x86_64-pc-windows-gnu" },
        { "os": "windows-latest", "target": "x86_64-pc-windows-msvc" },
        { "os": "windows-latest", "target": "aarch64-pc-windows-msvc" }
    ]
}