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
- Host: GitHub
- URL: https://github.com/gonejack/mhtml-to-html
- Owner: gonejack
- License: mit
- Created: 2021-03-29T10:35:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T03:57:20.000Z (about 2 years ago)
- Last Synced: 2024-06-20T15:58:28.723Z (over 1 year ago)
- Topics: converter, html, mhtml
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mhtml-to-html
This command line converts .mhtml to .html


[](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.
```