1 unstable release
0.3.1 | Sep 20, 2022 |
---|
#660 in Compression
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