1.0.0 • Published 9 years ago

sortr v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

NPM version Dependency Status Downloads

sortr

Installation

First install node.js. Then:

$ npm install -g sortr

Description

CLI tool that organizes a directory of photos by sorting them into subdirectories named after date the photo was taken

Usage

Usage:

  sortr [inputDirectory] [outputDirectory] -options

Description:

  CLI tool that organizes a directory of photos by sorting them into subdirectories named after date the photo was taken

Options:

  -h, --help           Output usage information
  -V, --version        Output version number
  -f, --format         Directory naming format (default is YYYY_MM_DD)
  -d, --dryrun         Does a dry-run of where photos will be moved to
  -s, --stats          Displays application statistics at completion
  -v, --verbose        Verbose mode logs application progress to the console

Examples:

  $ sortr ./example ./sortedExample -f "DD_MM_YY"

License

Released under the MIT License.

1.0.0

9 years ago

0.5.5

10 years ago

0.5.4

10 years ago

0.5.3

10 years ago

0.5.2

10 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.4.2

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago