CLI utility, which outputs hash of the given file.
filehasher [OPTIONS] <PATH>
<PATH>
- Path to the file
-a, --algorithm
- hash algorithm to use. md5
by default.
For possible values, please see filehasher --help
-u, --unformatted
- use it to print raw digest instead of pretty line.
Useful for pipe operations idk.