1 stable release

1.0.0 Nov 17, 2022

#11 in #markdown-converter

39 downloads per month

Custom license

18KB
366 lines

readable_url

A simple command line utility that takes an URL, downloads it, runs it through the arc90 Redability algorithm, optionally converts that to Markdown, and sends the results to Standard Out.

USAGE: readable_url <-m|-h> <url/to/convert>
	-m output markdown
	-h output html

	Downloads the specified url, runs it through
	the readability algorithm, optionally converts to markdown
	and prints the result to standard out.");

Installation

Requires Rust and it's associated cargo utility.

cargo install readable_url

License

MIT See LICENSE.md

Dependencies

~11–25MB
~386K SLoC