reader by [[mrusme]] is a [[GPLv3]] licensed [[HTML]] document converter and reader written in [[Go]]. - [Website](https://マリウス.com/reader-web-page-readability-on-the-cli/) - [Source](https://github.com/mrusme/reader) > reader is for your command line what the “readability” view is for modern browsers: A lightweight tool offering better readability of web pages on the CLI. # Notability See also: [[Converting HTML to Markdown]] Very handy for viewing web pages from the command line. # Philosophy Built on top of existing tools but brings them all together: - [[html-to-markdown by JohannesKaufmann]] - [[pixterm]] - true color ANSI image converter https://github.com/eliukblau/pixterm - [[go-sixel]] - sixel encoder/decoder https://github.com/mattn/go-sixel - [[kittyimg]] - support for Kitty style terminal images https://github.com/dolmen-go/kittyimg - [[TUI - Glamour]] - [[Charmbracelet]]'s [[Markdown]] stylesheet renderer # Platform Support # Features # Tips ## Usage ### Convert to Markdown ```shell reader -o infile_or_url.html ``` ## Alternatives - [[Converting HTML to Markdown]] # References