Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sh4nks/repack

A CLI tool for repacking cbr and cbz archives
https://github.com/sh4nks/repack

cli golang manga repacking

Last synced: 30 days ago
JSON representation

A CLI tool for repacking cbr and cbz archives

Awesome Lists containing this project

README

        

# repack

A CLI for repacking your cbr and cbz archives in case they seem to be corrupted
or can't be read from your favorite manga reader!

# Usage

```bash
$ repack -h

A CLI tool for repacking cbr and cbz archives

Usage:
repack [flags] INPUT_DIR [OUTPUT_DIR]

Flags:
--dry-run If set, no archives will be repacked
--force Forcefully create the archive by deleting and overwriting any existing files and archives
-f, --formats strings The input formats. Multiple formats are supported - comma separated. (default [cbr])
-h, --help help for repack
--no-color If set, no colors are used for the log message
--verbosity int verbosity level (0-3). 0 = error, 1 = info, 2 = debug (default 1)
-v, --version version for repack
```

# License

repack is licensed under the MIT License.