minizip-ng

Zip file manipulation library with minizip 1.x compatibility

brewmacoslinux
Try with needOr install directly
Source

About

Zip file manipulation library with minizip 1.x compatibility layer

Commands

minizip

Examples

Create a zip archive from files$ minizip -o archive.zip file1.txt file2.txt
List contents of a zip file$ minizip -l archive.zip
Extract all files from a zip archive$ minizip -e archive.zip -d /path/to/extract