Skip to content

Command line tool for combining comic-images into epub.

License

Notifications You must be signed in to change notification settings

palsmo/comic-epub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Command line tool for combining comic-images into epub.

Topics

Resources

License

Stars

Watchers

Forks

Languages