An open API service indexing awesome lists of open source software.

https://github.com/gonejack/mhtml-to-html

This commnad line converts .mhtml to .html
https://github.com/gonejack/mhtml-to-html

converter html mhtml

Last synced: about 2 months ago
JSON representation

This commnad line converts .mhtml to .html

Awesome Lists containing this project

README

          

# mhtml-to-html
This command line converts .mhtml to .html

![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/gonejack/mhtml-to-html)
![Build](https://github.com/gonejack/mhtml-to-html/actions/workflows/go.yml/badge.svg)
[![GitHub license](https://img.shields.io/github/license/gonejack/mhtml-to-html.svg?color=blue)](LICENSE)

### Install
```shell
> go get github.com/gonejack/mhtml-to-html
```

### Usage
```shell
> mhtml-to-html *.mht
```
```shell
> mhtml-to-html *.mhtml
```
```
Flags:
-h, --help Show context-sensitive help.
--verbose Verbose printing.
--about Show about.
```