LinuxCommandLibrary

reader

Terminal reader view for cleaner web page content

TLDR

Read a web page in the terminal
$ reader [https://example.com/article]
copy
Read a local HTML file
$ reader [path/to/file.html]
copy

SYNOPSIS

reader [options] urlorfile

DESCRIPTION

reader mimics browser readability or reader view functionality in the terminal. It parses web page content and displays it in an easy-to-read format, stripping away navigation, ads, and other distractions. It can render embedded images as colored block graphics using Sixel and integrates with vi and Neovim editors.

HISTORY

reader was created by mrusme and is written in Go.

SEE ALSO

lynx(1), w3m(1), curl(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard