Check all of your zip files deeply to find corrupt ones
Reviewed-on: #6 Co-authored-by: Renovate Bot <renovate@onlyhavecans.works> Co-committed-by: Renovate Bot <renovate@onlyhavecans.works> |
||
|---|---|---|
| .forgejo/workflows | ||
| internal | ||
| testdata | ||
| .gitattributes | ||
| .gitignore | ||
| .golangci.yaml | ||
| .goreleaser.yaml | ||
| CODEOWNERS | ||
| go.mod | ||
| Justfile | ||
| LICENSE | ||
| main.go | ||
| main_test.go | ||
| README.md | ||
| renovate.json | ||
ZipCheck
Overview
This is a simple command line application for deep testing your zip files.
While you could do something like this with zip -T and some bash I wanted to have something threaded to save time on massive nested directories like with ROM files.
Usage
Download the version for you platform from releases
Run this by passing in all the directories you want to check
./zipcheck <directory> <directory> ...