mirror of
https://github.com/arnaucube/exif-dates.git
synced 2026-01-12 08:51:29 +01:00
update readme.md
This commit is contained in:
17
README.md
17
README.md
@@ -3,11 +3,18 @@ Simple script to help a friend to set the image date to the file date for all th
|
||||
|
||||
#### Usage
|
||||
- Get the binary from https://github.com/arnaucube/exif-dates/releases
|
||||
- Execute the binary
|
||||
```
|
||||
> ./exif-dates
|
||||
```
|
||||
- Execute the binary `> ./exif-dates`
|
||||
|
||||
Alternatively can specify the input directory: `> ./exif-dates inputDir`
|
||||
```
|
||||
> ./exif-dates -h
|
||||
version: v0.0.2_2024-01-26
|
||||
Usage of ./exif-dates:
|
||||
-input, -i string
|
||||
input directory (default "./")
|
||||
-output, -o string
|
||||
output directory (default "output")
|
||||
-version, -v
|
||||
print current version
|
||||
```
|
||||
|
||||
This will generate a new directory `output` which contains all the images with the image date as the file date (both file's access and modification times), and also with the image date as the filename.
|
||||
|
||||
Reference in New Issue
Block a user