Categorygithub.com/hlmerscher/cbr2mobi
repositorypackage
0.3.0
Repository: https://github.com/hlmerscher/cbr2mobi.git
Documentation: pkg.go.dev

# README

cbr2mobi

Convert cbr files to mobi keeping the folder structure.

Requirements

Usage

Usage of cbr2mobi:

$ cbr2mobi -h
    -i string
        directory of origin
    -o string
        directory of destination
    -p int
        number of parallel convertions (default 1)
    -v	verbose output

It will look for every file inside the folder specified recursively, and output the converted files to the destination folder, keeping the same folder structure.

$ cbr2mobi -i /my/folder/of/origin -o /my/folder/of/destination -v

Destination folder will be equal to origin by default, if not specified.

$ cbr2mobi -i /my/folder/of/origin