Skip to content
/ sortr Public

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

License

Notifications You must be signed in to change notification settings

okize/sortr

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published