Dirhash Calculating the checksum of a directory made easy. Dirhash CLI A CLI that calculates the checksum of a directory Usage dirhash sha256 [--ignore=comma,delimited,list,of,patterns] directory_path How to build First download dependencies go mod download Build the CLI make build-cli