Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sh4nks/repack
- Owner: sh4nks
- License: mit
- Created: 2021-05-15T18:27:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T20:22:18.000Z (over 3 years ago)
- Last Synced: 2024-06-20T03:46:19.143Z (5 months ago)
- Topics: cli, golang, manga, repacking
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 -hA 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.