https://github.com/halkeye/cbr2cbz
https://github.com/halkeye/cbr2cbz
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/halkeye/cbr2cbz
- Owner: halkeye
- License: gpl-3.0
- Created: 2024-03-10T08:14:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T04:33:09.000Z (about 2 years ago)
- Last Synced: 2025-03-23T22:16:33.683Z (about 1 year ago)
- Language: Go
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cbr2cbz
Ported [original shell version](https://git.zaks.web.za/thisiszeev/cbr2cbz) to golang so it could be run on most oses.
Doesn't need zip or rar to be installed anywhere, just point at directory and go.

## Usage
```
cbr2cbz convert ~/Comics
```
## Installing
You should be able to goto the [latest release](https://github.com/halkeye/cbr2cbz/releases/latest) and download whatever verison you need for your os.
If you can run python, I found [install-release](https://github.com/Rishang/install-release) is good at installing github based releases.
## Reasoning
Was playing around with metadata tools such as comictagger, and it can't natively handle writing cbr files. I believe from my googling because rar is licensed and you need to use thier tooling for writes, but not certain.
Plus the original script didn't actually run properly on my machine.
## Credits
[original shell version](https://git.zaks.web.za/thisiszeev/cbr2cbz)