0.1.0 • Published 7 years ago

lost-and-found v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Lost and Found

Generates MD5 hashes for one or more files with the option to output results to a file. Can be used to validate a previously outputted hash file using the --verify or -v option.

Usage

lost-and-found [options] <files>

Options

FlagDescription
--files filesThe input files for which to generate hashes or to validate hash contents
-d, --debugUse trace logging
-q, --quietLimit logging to fatal errors
-w, --writefilesave a csv of filenames and hashes
-o, --outputfileOptional filename to use for output
--helpPrint this usage guide.
-v, --verifyVerify the hash csv files provided to the files flag against the file system files