fcivaner/hashdir

Option to skip printing each file's hash string, and only print md5 hash value of the hash string

Closed this issue · 2 comments

I would like to use this for enola-dev/enola#753, instead of https://github.com/stiction/hash-dir or https://ultimateanu.github.io/hashdir/, but in order to be able to use it in a script to save and then later compare the final hash, I need it to have an option to skip printing each file's hash string, and only print md5 hash value of the hash string.

Oh wow wait, you do have a --quiet option, shown by hashdir -h - I just didn't notice it at first, due to the README not mentioning it!

I'll send you a PR to add that missing doc.

PS: Use https://docs.enola.dev/use/execmd/ to auto-update your README! 🤣

Thank you, yes, as you mentioned it seems like I haven't updated the README file. Merged, I'll also check how enola works :)