Crates.io | readable_url |
lib.rs | readable_url |
version | 1.0.0 |
source | src |
created_at | 2022-11-17 16:41:31.215441 |
updated_at | 2022-11-17 16:41:31.215441 |
description | Simplify URL content with Readability & optionally convert to Markdown. |
homepage | https://github.com/masukomi/readable_url |
repository | https://github.com/masukomi/readable_url |
max_upload_size | |
id | 717357 |
size | 64,836 |
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.");
Requires Rust and it's associated cargo
utility.
cargo install readable_url
MIT See LICENSE.md