= uncbv
CBV archive extractor written in Rust.
image:https://img.shields.io/travis/antoyo/uncbv.svg[link="https://travis-ci.org/antoyo/uncbv"] //image:https://img.shields.io/coveralls/antoyo/uncbv.svg[link="https://coveralls.io/github/antoyo/uncbv"] image:https://img.shields.io/crates/v/uncbv.svg[link="https://crates.io/crates/uncbv"] image:https://img.shields.io/crates/d/uncbv.svg[link="https://crates.io/crates/uncbv"] image:https://img.shields.io/crates/l/uncbv.svg[link="LICENSE"]
== Installation
NOTE: this method currently requires you to be running cargo
0.6.0 or newer.
== Installing from source
To install from source, first checkout to the tag or branch you want to install, then issue
This will install uncbv
in your ~/.cargo/bin
. Make sure to add ~/.cargo/bin
directory to your PATH
variable.
== Usage
List the files in the archive:
Extract the files from the archive:
Only decrypt the archive (to decrypt and decompress, use the extract
command):