readable_url

downloads URL, applies Readability, outputs HTML or Markdown

readable_url downloads the specified url, runs it through the Readability algorithm, optionally converts to Markdown and prints the result to standard out.

Prerequisites: Rust

Installation: cargo install readable_url

Usage

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.

Metadata:

Tags:

  • html
  • markdown
  • readability