Skip to content

Think-iT-Labs/dirhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. First download dependencies
go mod download
  1. Build the CLI
make build-cli

About

Directory hashing CLI in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published