Live data from Hacker News

Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader

github.com

1–10 of 31 posts

Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader

#6
Glad to see more CLI based RSS readers!

Currently I'm using Newsboat (an actively maintained fork of Newsbeuter, written in C++ and in the process of migrating to Rust).

Assuming that you're familiar with it, do you have any different design objectives?

Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader

#7

Looks nice. How do you present the content for users to read? Do you use a terminal based HTML browser, or convert the content to plain text and present the plain text?

I have a small babashka script to pull some news from my terminal and I have had good result doing something like this:

  curl article-url | readable | w3m -T text/html
Where readable is https://www.npmjs.com/package/readability-cli
Post reply on HN