#bzip2 #interface #command-line #encoder #command-line-interface #libre #banzai

app bnz

bnz: a command-line interface to the banzai libre bzip2 encoder

1 unstable release

0.3.1 Sep 20, 2022

#665 in Compression

MIT license

75KB
2K SLoC

bnz

bnz is the command-line interface to banzai. The interface is deliberately similar to bzip2(1).

You can install bnz with cargo: cargo install bnz

To compress a file file_to_encode, run:

bnz file_to_encode

This deletes file_to_encode and writes a new file file_to_encode.bz2.

For full options and usage guidance, run bnz --help.

Dependencies

~100KB