/mhtml-to-epub

convert mhtml files to epub

Primary LanguageGoMIT LicenseMIT

mhtml-to-epub

Command line tool for converting mhtml to epub.

GitHub go.mod Go version Build GitHub license

Install

> go get github.com/gonejack/mhtml-to-epub

Usage

> mhtml-to-epub *.eml
Usage:
  mhtml-to-epub [-o output] [--title title] [--cover cover] *.mht [flags]

Flags:
      --cover string    epub cover image
      --title string    epub title (default "MHTML")
      --author string   epub author (default "MHTML to Epub")
  -o, --output string   output filename (default "output.epub")
  -v, --verbose         verbose
  -h, --help            help for mht-to-epub