https://github.com/gonejack/mhtml-to-epub
convert mhtml files to epub
https://github.com/gonejack/mhtml-to-epub
Last synced: about 1 month ago
JSON representation
convert mhtml files to epub
- Host: GitHub
- URL: https://github.com/gonejack/mhtml-to-epub
- Owner: gonejack
- License: mit
- Created: 2021-03-27T08:52:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T06:57:04.000Z (over 3 years ago)
- Last Synced: 2024-06-20T11:57:02.919Z (over 1 year ago)
- Language: Go
- Size: 402 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mhtml-to-epub
Command line tool for converting mhtml to epub.


[](LICENSE)
### Install
```shell
> go get github.com/gonejack/mhtml-to-epub
```
### Usage
```shell
> mhtml-to-epub *.mht
```
```
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
```