From 1c0532a7af59d45dd9657e028f052f5310435955 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Mon, 2 Sep 2024 23:03:09 +0200 Subject: [PATCH] Added the helper to the README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d74592..9e38b6c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,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). +- `set_mtime.py`: sets the modify date (mtime) of a selected file ## LICENSE