2.2.14 • Published 10 months ago

@aminzer/dir-diff-cli v2.2.14

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Overview

Command line tool for recursive directory comparison.

Installation

npm install -g @aminzer/dir-diff-cli

Compare directories

dir-diff compare --source "d:/work" --target "e:/backups/work"
Arguments
  • --source (-s) - path to the source directory
  • --target (-t) - path to the target directory
  • --skip-source-only (-S) - source-only files/directories are not considered
  • --skip-target-only (-T) - target-only files/directories are not considered
  • --skip-different (-D) - different files are not considered
  • --skip-content-comparison (-C) - content comparison is skipped, files are compared by size only
  • --skip-excess-nested-iterations (-X) - children of source-only and target-only directories are not considered
  • --log-csv - directory difference is logged into csv file

Show help message

dir-diff help

Show version

dir-diff version
2.2.14

10 months ago

2.2.11

10 months ago

2.2.12

10 months ago

2.2.10

1 year ago

2.2.8

2 years ago

2.2.7

2 years ago

2.2.5

2 years ago

2.2.4

2 years ago

2.2.6

2 years ago

2.2.1

3 years ago

2.2.3

3 years ago

2.2.2

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.1

5 years ago

1.0.0

5 years ago