bnz

Crates.iobnz
lib.rsbnz
version0.3.1
sourcesrc
created_at2022-09-20 13:33:19.755181
updated_at2022-09-20 13:33:19.755181
descriptionbnz: a command-line interface to the banzai libre bzip2 encoder
homepage
repositoryhttps://github.com/jgbyrne/banzai/tree/master/bnz/
max_upload_size
id669914
size11,691
Jack Byrne (jgbyrne)

documentation

README

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.

Commit count: 99

cargo fmt