rename-date

Rename all your photos with the modification date.


Keywords
rename, date, img, french, photos, image, fast
License
MIT
Install
npm install rename-date@0.0.2

Documentation

Rename-date

Rename all your photos with the modification date.

Build Status NPM version

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

  1. Download for Windows
  2. Extract
  3. 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.