Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

file-date-organizer

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-date-organizer - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

docs/images/console-output.png

4

.vscode/launch.json

@@ -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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc