cli

hashtree

generate hash digest for list of files

hashtree [OPTIONS] [INFILE] [OUTFILE]

Options

--version

Show the version and exit.

-d, --debug

debug mode

--shell-completion <shell_completion>

configure shell completion

-h, --hash <hash>

select checksum hash

Options:

sha512 | blake2b | sha3_256 | sha384 | sha224 | sha256 | sha3_224 | blake2s | sha3_384 | sha3_512 | sha1 | md5

-p, --progress, -P, --no-progress

show/hide progress bar

-a, --ascii

ASCII progress bar

-w, --width <width>

progress bar width

-f, --find, -F, --no-find

generate file list with ‘find’

-s, --sort-files, -S, --no-sort-files

sort input/generated file list

-o, --sort-output, -O, --no-sort-output

sort output with ‘sort’

-k, --sort-args <sort_args>

args passed to sort

-b, --base-dir <base_dir>

base directory for file list

Arguments

INFILE

Optional argument

OUTFILE

Optional argument