Skip to content

antoyo/uncbv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uncbv

CBV archive extractor written in Rust.

uncbv uncbv uncbv uncbv

Installation

Note
this method currently requires you to be running cargo 0.6.0 or newer.
cargo install uncbv

Installing from source

To install from source, first checkout to the tag or branch you want to install, then issue

cargo install --path .

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:

uncbv list archive.cbv

Extract the files from the archive:

uncbv extract archive.cbv

Only decrypt the archive (to decrypt and decompress, use the extract command):

uncbv decrypt archive.cbz

About

CBV archive extractor written in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages