inikep / lizard

Lizard (formerly LZ5) is an efficient compressor with very fast decompression. It achieves compression ratio that is comparable to zip/zlib and zstd/brotli (at low and medium compression levels) at decompression speed of 1000 MB/s and faster.
Other
644 stars 40 forks source link

list compressed file contents command #23

Open tansy opened 4 years ago

tansy commented 4 years ago

I tried to add lizard to Far manager multirac and Total/Double commander Multi-Arc plugin/s. These plugins utilize original compressors/archivers to list, extract and manipulate archives. The thing is there is no listing command in lizard. Would be beneficial to add it as it would help to make more popular amongst regular users not only compression fans.

Something like in gzip -l:

$ gzip -l lizard-1.0.help.gz
         compressed        uncompressed  ratio uncompressed_name
                961                1898  51.2% lizard-1.0.help

with uncompressed name in it so it didn't need additional, separate commands like sed/awk/whatever to create such listing.