idrassi / DirHash

Windows command line utility to compute hash of directories and files
BSD 3-Clause "New" or "Revised" License
111 stars 11 forks source link

[Feature request] -include #34

Closed a84r7a3rga76fg closed 3 months ago

a84r7a3rga76fg commented 7 months ago

-include *.zip hashes only files with that extension and -include *.zip -include *.7z hashes only files with these two extensions.

idrassi commented 3 months ago

Thank you for this proposal. The idea is good but the switch name "-include" can be confusing. I prefer to use "-only" because it convey a clearer meaning to users since only the specified files will be hashed.

I will implement this.