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

https://github.com/cycloidio/html2txt

Convert .html to .txt format
https://github.com/cycloidio/html2txt

Last synced: 8 months ago
JSON representation

Convert .html to .txt format

Awesome Lists containing this project

README

          

### HTML2TXT

`html2txt` is a simple app for converting HTML files to TXT format.
It's using the https://github.com/jaytaylor/html2text under the hood.

To install:
```sh
go get github.com/cycloidio/html2txt
```

Example usage:
```sh
cat {{path_to_html_file}} | html2txt
```

Currently we're only supporting reading input from stdin and stdout for providing output.
All errors are being written to stderr.

For tests and more examples please visit https://github.com/jaytaylor/html2text.

For contributions, please introduce yourself to contribution guide.