https://github.com/mixcode/zipstrip
A small utility that remove garbage data at the end of a ZIP file
https://github.com/mixcode/zipstrip
Last synced: 5 months ago
JSON representation
A small utility that remove garbage data at the end of a ZIP file
- Host: GitHub
- URL: https://github.com/mixcode/zipstrip
- Owner: mixcode
- License: apache-2.0
- Created: 2022-05-26T00:14:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T00:18:15.000Z (about 4 years ago)
- Last Synced: 2024-06-20T22:23:40.876Z (about 2 years ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zipstrip
a small tool to remove garbage data attached at the end of a ZIP file
## Usage
```
# truncate a zip file in-place without making a backup
$ zipstrip -t -nobackup SOME_ZIP_FILE.zip
# make a new zip without garbage data at the end
$ zipstrip -c SOME_ZIP_FILE.zip NEW_ZIP_FILE.zip
# help
$ zipstrip -help
```