Categorygithub.com/gonejack/mhtml-to-epub
repositorypackage
1.0.4
Repository: https://github.com/gonejack/mhtml-to-epub.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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