archiver

Cross-platform utility for creating and extracting multiple archive formats

brewmacoslinux
Try with needOr install directly
Source

About

Cross-platform, multi-format archive utility

Commands

archiver

Examples

Create a ZIP archive from a directory$ archiver make archive.zip /path/to/directory
Extract an archive to a specific directory$ archiver open archive.tar.gz /path/to/extract
List contents of an archive without extracting$ archiver list archive.zip