rename-date
v0.0.2
Published
Rename all your photos with the modification date.
Downloads
2
Maintainers
Readme
Rename-date
Rename all your photos with the modification date.
npm install --save rename-date
Example
var renameDate = require('rename-date');
renameDate(process.cwd(), false, function(err) {
if (!err) {
console.log('Done');
}
});
Options
path
Required
Type: string
Define the path were there are images.
french patern
Type: boolean
Default: false
If it is true it will be generated the file 25-05-2015-0.jpg
instead of 05-25-2015-0.jpg
.
callback
Type: function
CLI
$ npm install -g rename-date-cli
$ rename-date
Desktop
- Download for Windows
- Extract
- Execute
rename-date.exe
Special thanks
Because we don't say it enough: thanks you all my friends to help me (by ideas or moral support) to create all software I make everyday.