file-date-organizer
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -127,3 +127,5 @@ { | ||
"--console", | ||
"--overwrite" | ||
"--overwrite", | ||
"--limit", | ||
"1" | ||
] | ||
@@ -130,0 +132,0 @@ } |
{ | ||
"name": "file-date-organizer", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Move files into a folder structure organized by date.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -37,3 +37,18 @@ # File Date Organizer for NodeJS | ||
``` | ||
A real-live example, of what I use to process photos I take is ... | ||
``` | ||
file-date-organizer \ | ||
--source '/Users/flackey/pCloud Drive/Automatic Upload/' \ | ||
--target /Volumes/MPHD01/Multimedia/Photos/ \ | ||
--move \ | ||
--use-name \ | ||
--use-created \ | ||
--recursive \ | ||
--overwrite \ | ||
--console | ||
``` | ||
The addition of the `--console` switch adds an output which is helpful for long-running operations... | ||
![Console Output](./docs/images/console-output.png) | ||
> **Important:** | ||
@@ -40,0 +55,0 @@ > Combining `--use-name` and any other `--use*` option will cuase `--use-name` to be leveraged first. If a valid name can be found within the name then the properties of the file will be ignored. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
649138
66
1361
86