ncmd
v0.0.9
Published
Command line utility to organize files
Downloads
2
Readme
ncmd
This is a simple implementation of file management. The the current command will recursively search files from a source directory and copy the file to a destination directory organized by folders based on date created field.
Installation
$ npm install ncmd -g
Usage
Usage: index [options]
Options:
-h, --help output usage information
-V, --version output the version number
-S, --source <path> source directory of the images
-D, --destination <path> destination directory of the organized images
-v, --verbose verbose mode
License
Apache-2.0