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>
Downloads the specified url, runs it through
the readability algorithm, optionally converts to markdown
and prints the result to standard out.");
```
Requires Rust and it's associated cargo
utility.
sh
cargo install readable_url
MIT See LICENSE.md