Skip to content

PcLover2/cbr2cbz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cbr2cbz

BASH tool to convert cbr files to cbz files either in batch or one by one.

Download the tool using:

git clone https://github.com/PcLover2/cbr2cbz.git
chmod +x cbr2cbz/cbr2cbz.sh
sudo cp cbr2cbz/cbr2cbz.sh /usr/bin/cbr2cbz

That's it.

Usage:

Convert a single file.

sudo cbr2cbz single "filename.cbr"

Convert all files recursively from the current location.

sudo cbr2cbz all

Display help text.

cbr2cbz help

Warning:

If conversion is successful, the original file(s) will be deleted.

Dependancies:

The script requires "zip" and "unrar-free". Please ensure they are installed before trying to run the script. A simple online search will help you with this. At a later stage I will build an install and update functionality which will do this automatically.

IMPORTANT NOTE

Currently, the tool uses a fixed location for the temp files and the files list. If you decide to run this two in two sessions, they will conflict and you will have a bad day. At a later stage, I will add support to allow more than one session to be run at a time, for all those hardcore users.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages