web-less
v0.1.0
Published
Pager for reading webpages
Readme
web-less
A budget readability web parser-reader that works from the command line.
In other words, a ghetto Mercury Reader or a Reader View for the terminal users.
How to install
web-less is a standard npm module that can be found found here.
To install on your system
Login as root
suInstall
web-lessnpm install -g web-less
Usage

Simply open a webpage as a PDF
web-less https://stallman.org/stallman-computing.htmlSave Webpage or PDF
web-less --mode save https://stallman.org/stallman-computing.html > file.pdfweb-less --m webpage https://stallman.org/stallman-computing.html > file.htmlInput Webpage from a file
web-less -input file.htmlInput Webpage from STDIN
curl 'https://stallman.org/stallman-computing.html' | web-less -i -