sortr

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i sortr

Weekly Downloads

13

Version

1.0.0

License

MIT

Last publish

Collaborators

  • okize