Skip to content

A Go package and command-line tool to convert HTML to plain text.

License

Notifications You must be signed in to change notification settings

noncombatant/html2text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html2text

html2text is a simple command-line tool, and a library in Go, to convert HTML to plain text.

It is currently not very good. But that’s ok.

Building

To build the command-line tool, run:

go build ./cmd/html2text

Usage

To get help for the command-line tool, run:

go doc ./cmd/html2text

To see the library documentation for the html2text package, run:

go doc -all

Releases

No releases published

Packages

No packages published

Languages