A directory differential tool.
Go to file
2018-02-19 12:12:19 +01:00
src New traverse code compiles 2018-02-19 12:12:19 +01:00
.gitignore Initial commit to stand alone repo 2018-01-03 14:07:04 +01:00
Cargo.toml Dynamic thread count based on logical cpu count 2018-02-12 14:14:07 +01:00
README.md Initial commit to stand alone repo 2018-01-03 14:07:04 +01:00

The Directory Differential hTool

The H is silent. This tool is called DDH for two very good reasons

  • DDT is a dangerous pesticide
  • I mistyped when I created the project

DDH takes two directories as arguments and returns the union or disunion (depending on an option third argument).

Example

Directory Difference hTool 0.4.0
Compare and contrast directories

USAGE:
    ddh [FLAGS] [OPTIONS] <Directories>...

FLAGS:
    -h, --hidden     Searches hidden folders. NOT YET IMPLEMENTED. CURRENTLY TRUE.
        --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -b, --blocksize <Blocksize>    Sets the display blocksize to Kilobytes, Megabytes or Gigabytes. Default is Bytes.
                                   [values: K, M, G]
    -p, --print <Print>            Print Unique or Shared files. [values: U, S]

ARGS:
    <Directories>...    Directories to parse