/cbr2cbz

Primary LanguageGoMIT LicenseMIT

cbr2cbz

Build Status
Converts CBR (application/vnd.comicbook-rar) files to CBZ (application/vnd.comicbook+zip) files.

Installation

With go:
go install git.gryffyn.io/gryffyn/cbr2cbz@latest

Using precompiled binaries:
Download the binary from Releases.

Usage

$ cbr2cbz -h
Usage:
  cbr2cbz [OPTIONS] [<INPUT CBR>] [<OUTPUT CBZ>]

Application Options:
  -r, --rename        Renames files with incorrect extensions

Help Options:
  -h, --help          Show this help message

Renaming

cbr2cbz can optionally rename files with incorrect extensions with the -r flag. If a file with the extension .cbr is actually a CBZ file, cbr2cbz will rename it in place (if an output file is not provided) or to the provided output file.

License

This project is under the MIT license.
Sections of ar/rar.go and ar/util.go under MIT from mholt/archiver.