reader
Terminal reader view for cleaner web page content
TLDR
Read a web page in the terminal
$ reader [https://example.com/article]
Read a local HTML file$ reader [path/to/file.html]
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.
INSTALL
sudo apk add reader
nix profile install nixpkgs#reader
HISTORY
reader was created by mrusme and is written in Go.