3 comments

[ 5.6 ms ] story [ 19.1 ms ] thread
I read RSS from the terminal. I don't like having to open a full browser to read an article, but using lynx can be unpleasant because you need to scroll past many pages of menus and other clutter. So I made this to clean up the articles before opening them on lynx.

The code is not original, it's more or less a translation to C of the Firefox Reader View implementation. It should be safe because the html parsing happens inside a sandbox.

Wow this is awesome, I didn't even know that readibility was its own library