Skip to content

AlphaHydrae/kompar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kompar

Recursive file comparison utility.

NPM Version Dependency Status Build Status

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)

About

Recursive file comparison command.

Resources

License

Stars

Watchers

Forks

Packages

No packages published