From c5cc433e2f8b300bc004530180667c0c6c0dceab Mon Sep 17 00:00:00 2001 From: BlueFox Date: Wed, 14 Aug 2024 17:26:33 +0200 Subject: [PATCH] Added script to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7256db..8d74592 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Be careful! Some of the scripts in here do changes that are irrevertible. Make s - `mtime2exifcreatedate.sh`: iterates over all files in a directory (every!) and (over-)writes the EXIF `CreateDate` tag to the modification time of the file - `modify_mtime.py`: changes the modify date (mtime) of all files of the cwd by a given amount of time +- `filename2mtime.py`: extract a date and time from the name of all files in a directory and set their respective UNIX mtime (the modified timestamp). ## LICENSE