gnome-autoar

GNOME library for automatic archive extraction and compression

brewmacoslinux
Try with needOr install directly
Source

About

GNOME library for archive handling

Commands

gnome-autoar

Examples

Extract a tar.gz archive to current directory$ gnome-autoar extract archive.tar.gz
Create a compressed archive from a directory$ gnome-autoar compress /path/to/directory output.tar.gz
List contents of an archive without extracting$ gnome-autoar list archive.zip