From eec14720b9501ab1087ace878240bad575330760 Mon Sep 17 00:00:00 2001 From: arnaucube Date: Fri, 26 Jan 2024 22:28:23 +0100 Subject: [PATCH] update readme.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 16d32ad..72667fd 100644 --- a/README.md +++ b/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 +- Execute the binary `> ./exif-dates` + ``` -> ./exif-dates +> ./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 ``` -Alternatively can specify the input directory: `> ./exif-dates inputDir` - 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.