Added script to README.md

This commit is contained in:
BlueFox 2024-08-14 17:26:33 +02:00
parent e716611863
commit c5cc433e2f

View File

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