kompar
Recursive file comparison utility.
Usage
Install it globally to use it from the command line:
npm install -g kompar
Use it to compute the hash of files:
# hash one file
kompar /path/to/file
# hash multiple files
kompar /path/to/file1 /path/to/file2
# generate a JSON report
kompar --json /path/to/file1 /path/to/file2
Meta
- Author: Simon Oulevay (Alpha Hydrae)
- License: MIT (see LICENSE.txt)