Giter VIP home page Giter VIP logo

comic-epub's Introduction

comic-epub

GitHub go.mod Go version Build GitHub license

About

Command line tool for combining comic-images into epub.
First image will be used as the cover.

Install

go install github.com/palsmo/comic-epub@latest

Usage

comic-epub [OPTIONS]... [DIR] 'or [FILE FILE...]

- example

comic-epub # prints info

\ - line continuation
, - stop read args (when flag has no arg limit)
default \ same effect without

(standing in dir with images)

comic-epub \
-t "The Epic Comic" -a "Stan Lee" \
-d "Story of epic proportions!" \
-c 7:"I: The Intro" 42:"II: The Epic" , \ # don't forget ','
-l "eng" \    # default
-bg "#000" \  # default
-out . \      # default
.

- flags

-t      specify the book's title
-a      specify the book's author
-d      specify the book's description
-c      specify the book's chapters, args - P:[TITLE]
-l      specify the book's language, ISO 639-[2,3] format
-bg     specify the book's page background color,
           needs to be valid css color (e-reader may override)
-out    specify the output path, default is current dir

Screenshots

(viewed in calibre)

screenshot screenshot screenshot

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.