Simple, helpful scripts especially for macOS
Sets and increments EXIF DateTimeOriginal and EXIF CreateDate of photos in given directory.
./dates.sh DIRECTORY DATETIME
Example:
./dates.sh . "2019:01:01 12:00:00"
Deletes IndexedDBs in Google Chrome.
Deletes MRU lists in macOS. (Use carefully!)
Renames files in given directory with prefix and suffix. Suffix is not required.
./names.sh DIRECTORY PREFIX SUFFIX
Example:
./names.sh . "Photo" "20190101"
Output:
Photo_001_20190101.jpg Photo_002_20190101.jpg Photo_003_20190101.jpg ...
Removes all EXIF data from photos in given directory recursively.
./strip.sh DIRECTORY
Updates all VIM plugins.