1.0.1 • Published 5 years ago

rename-photos-by-date v1.0.1

Weekly downloads
7
License
GPL-3.0
Repository
github
Last release
5 years ago

rename-photos-by-date

Rename JPG images of a folder with the date/time of the shot (taken from EXIF data)

nmp install -g rename-photos-by-date

On Linux MINT, this will install the following file: /usr/local/lib/node_modules/rename-photos-by-name/index.js.

And if you want an integration with CAJA file manager, you can add the file ~/.config/caja/scripts/Rename-photos-by-name with this content:

#!/bib/bash
node /usr/local/lib/node_modules/rename-photos-by-name/index.js $

Don't forget to give it executable access.