Crates.io | bnz |
lib.rs | bnz |
version | 0.3.1 |
source | src |
created_at | 2022-09-20 13:33:19.755181 |
updated_at | 2022-09-20 13:33:19.755181 |
description | bnz: a command-line interface to the banzai libre bzip2 encoder |
homepage | |
repository | https://github.com/jgbyrne/banzai/tree/master/bnz/ |
max_upload_size | |
id | 669914 |
size | 11,691 |
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
.