Show HN: Read webpages in readability mode, inside your terminal
1–10 of 10 posts
Re: Show HN: Read webpages in readability mode, inside your terminal
#2Re: Show HN: Read webpages in readability mode, inside your terminal
#3I was going to ask how do you find the HTML element in which the main article content is from the URL, but it seems you're calling https://mercury.postlight.com/
Re: Show HN: Read webpages in readability mode, inside your terminal
#4E.g. [publication by the New York Times](https://www.nytimes.com/2017/07/11/us/politics/trump-russia-...) -> publication by the New York Times
Re: Show HN: Read webpages in readability mode, inside your terminal
#5Edit; oh I see, it pipes the output to less, very clever!
Re: Show HN: Read webpages in readability mode, inside your terminal
#6This makes me happy. I have the habit of using lynx for reading articles in the terminal, which is less than ideal given it also renders all the cruft in the page as well. This project suits that use case much more. Two features that would be ideal are searching within the document and configurable navigation (ie so I can use vim keyboard shortcuts for example). Edit; oh I see, it pipes the output to less, very cleve…
I'm actually surprised to see that quite a few people find it useful, I had no idea there was such a small gap to fill with such a simple tool.
Re: Show HN: Read webpages in readability mode, inside your terminal
#7Could you add an option to remove the links? E.g. [publication by the New York Times]( https://www.nytimes.com/2017/07/11/us/politics/trump-russia-... ) -> publication by the New York Times
Re: Show HN: Read webpages in readability mode, inside your terminal
#8Re: Show HN: Read webpages in readability mode, inside your terminal
#9Could you add an option to remove the links? E.g. [publication by the New York Times]( https://www.nytimes.com/2017/07/11/us/politics/trump-russia-... ) -> publication by the New York Times
Re: Show HN: Read webpages in readability mode, inside your terminal
#10Could you add an option to remove the links? E.g. [publication by the New York Times]( https://www.nytimes.com/2017/07/11/us/politics/trump-russia-... ) -> publication by the New York Times
Hey, I just added the `-no-links` option to the package, along with plaintext mode :)