Skip to content

Wombat Hasher v0.1 - Initial Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@pjrinaldi pjrinaldi released this 11 Feb 04:23
· 43 commits to main since this release

WombatHasher v0.1 Released

This release has full functionality and error catching accounted for and integrates the blake3 hashing through a static library so no other requirements other than Qt5 are required to build and use. I think it's ready for an actual v1.0 release, but will put it through more testing to see if it needs any other features and if it works all then time, then i'll push out a v1.0 release.

Help output lists the main features...

Usage: debug/wombathasher [options] files
Generate a Hash List or compare files against a hash list.

Options:
-h, --help Displays help on commandline options.
--help-all Displays help including Qt specific options.
-v, --version Displays version information.
-c Create New Hash List
-a Append to Existing Hash List
-r Recurse sub-directories
-k Compare computed hashes to known list
-m Matching mode. Requires -k
-n Negative (Inverse) matching mode. Requires -k
-w Display which known file was matched, requires -m
-l Print relative paths for filenames.

Arguments:
files Files to hash for comparison or to add to a hash list.