bithostdev/Hash Folder
Recursively hash all files in a directory and output results in JSON, CSV, or TXT format
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path(s) to scan recursively (space-separated for multiple paths) | no | . |
| output-dir | Output directory for hash results | no | output |
| format | Output format: json, csv, txt, or all | no | all |
| filename | Base filename for output files | no | hashes |
| python-version | Python version to use | no | 3.11 |
Outputs
| name | description |
|---|---|
| output-path | Path to the output directory containing hash results |
| file-count | Number of files hashed |