New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cbr_to_epub

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cbr_to_epub

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Cbr to Epub Converter

This gem lets you convert .cbr and .cbz comic books to epub files. This may come in handy if you want to be able to read them on your iPad.

The tool has been written for and tested on macOS, so if you want to use it on other platforms you'll need to port Input::CbrExtractor and Output::EpubCompressor classes, as they rely on shell utilities for macOS system.

Installation

In order to use it, make sure you have unrar installed in your system. You can do it via homebrew:

brew install unrar

Then install the gem:

gem install cbr_to_epub

Usage

cbr_to_epub -i input.cbr

You can also specify author and title for metadata that will be embedded in the epub file:

cbr_to_epub -i input.cbr --title "Batman 1" --author "Comic Book Guy"

Use -o option if you want to specify output file manually.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/rafalcymerys/cbr_to_epub.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 06 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc