readable_url

Crates.ioreadable_url
lib.rsreadable_url
version1.0.0
sourcesrc
created_at2022-11-17 16:41:31.215441
updated_at2022-11-17 16:41:31.215441
descriptionSimplify URL content with Readability & optionally convert to Markdown.
homepagehttps://github.com/masukomi/readable_url
repositoryhttps://github.com/masukomi/readable_url
max_upload_size
id717357
size64,836
masukomi (a.k.a. Kay Rhodes) (masukomi)

documentation

https://github.com/masukomi/readable_url

README

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

Commit count: 8

cargo fmt