#hash #file-hashing #outputs #utility #command-line-tool #path #cli

app filehasher

CLI utility, which outputs hash of provided file

3 releases (breaking)

0.3.0 Mar 9, 2022
0.2.0 Mar 9, 2022
0.1.0 Mar 7, 2022

#40 in #outputs

Download history 3/week @ 2024-02-16 9/week @ 2024-02-23 1/week @ 2024-03-01 1/week @ 2024-03-08 3/week @ 2024-03-15 44/week @ 2024-03-29 14/week @ 2024-04-05

58 downloads per month

MIT license

3.5MB
80 lines

filehasher

filehasher demonstration

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
~122K SLoC