Curify is a set of command line tools to extract the main readable content from HTML pages and convert them into markdown.
It based on the work of go-shiori/go-readability and lunny/html2md.
Curify extract the main readable content from HTML pages
$ go get github.com/squioc/curify/cmd/curify/
$ curify article.html
or
$ curl https://example.org | curify
$ go get github.com/squioc/curify/cmd/tomd/
$ tomd curified.html
or
$ cat article.html | tomd