Skip to content

gryffyn/cbr2cbz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages