Skip to content

squioc/curify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Curify

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

Curify extract the main readable content from HTML pages

Installation

$ go get github.com/squioc/curify/cmd/curify/

Usage

$ curify article.html

or

$ curl https://example.org | curify

Tomd

Installation

$ go get github.com/squioc/curify/cmd/tomd/

Usage

$ tomd curified.html

or

$ cat article.html | tomd

About

Set of tools to curify web articles and convert them into markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages