wandio

Transparently read from and write to compressed archives

brewmacoslinux
Try with needOr install directly
Source

About

Transparently read from and write to zip, bzip2, lzma or zstd archives

Commands

wandiocatwandiodump

Examples

Read and display contents of a compressed file$ wandiocat archive.gz
Decompress and pipe data through another tool$ wandiocat file.bz2 | head -20
Dump hex contents of a compressed archive$ wandiodump -H archive.zst | head