libzzip

Library for read access to ZIP archive files

brewmacoslinux
Try with needOr install directly
Source

About

Library providing read access on ZIP-archives

Commands

zzip

Examples

List contents of a ZIP archive$ zzip -l archive.zip
Extract a specific file from ZIP archive$ zzip archive.zip filename.txt
Display information about ZIP archive$ zzip -d archive.zip