An open API service indexing awesome lists of open source software.

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

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
```