to-mc / checksumdir

Simple package to compute a single deterministic hash of the file contents of a directory.
MIT License
94 stars 28 forks source link

excluding directories #24

Open vignesh-irtt opened 3 years ago

vignesh-irtt commented 3 years ago

Hi,

Your tool is helpful for us which extends the functionality of default hash tools in Linux which is just for files. We need an additional functionality as a favor by which we can exclude directories also not only files.

dhvander commented 1 year ago

Also will it be possible to accept directory list instead of one string? In my use case I had to generate the hash based on two directories' contents.