From 47556e23ddc1f4dd214e4f51e7b972f64b49fd6e Mon Sep 17 00:00:00 2001 From: BlueFox Date: Wed, 1 May 2024 08:07:49 +0000 Subject: [PATCH] Added list of scripts along with a short description of them --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96e123b..c9df0ee 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,8 @@ A collection of simple helpers to make sorting of large amounts of images easier ## Disclaimer -Be careful! Some of the scripts in here do changes that are irrevertible. Make sure to keep a backup unless you know EXACTLY what you're doing (and what the script you're using does!). \ No newline at end of file +Be careful! Some of the scripts in here do changes that are irrevertible. Make sure to keep a backup unless you know EXACTLY what you're doing (and what the script you're using does!). + +## Scripts + +- `mtime2exifcreatedate.sh`: Iterates over all files in a directory (every!) and (over-)writes the EXIF `CreateDate` tag to the modification time of the file \ No newline at end of file