Added the helper to the README.md

This commit is contained in:
BlueFox 2024-09-02 23:03:09 +02:00
parent 3e5bc7721d
commit 1c0532a7af

View File

@ -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