rename-photos-by-date
v1.0.1
Published
Rename JPG images of a folder with the date/time of the shot (taken from EXIF data)
Readme
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-dateOn 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.
