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.
https://xn--gckvb8fzb.com/reader-web-page-readability-on-the-cli/
GNU General Public License v3.0
258 stars 9 forks source link

Support for stdin and local files? #8

Closed 097115 closed 2 years ago

097115 commented 2 years ago

Would be great to use reader not only for remote pages but also for local HTML files and even in pipes.

mrusme commented 2 years ago

Implemented both, you are now able to either pass a file as argument (reader index.hml) or pass - (dash) as argument when piping (cat index.html | reader -).

A new release (v0.2.0) is building here.