3 releases (breaking)
0.3.0 | Mar 9, 2022 |
---|---|
0.2.0 | Mar 9, 2022 |
0.1.0 | Mar 7, 2022 |
#35 in #outputs
3.5MB
80 lines
filehasher
CLI utility, which outputs hash of the given file.
Usage
filehasher [OPTIONS] <PATH>
<PATH>
- Path to the file
Options
-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.
Dependencies
~3–13MB
~115K SLoC