RSS feed reader from the terminal in Linux

44,980

Solution 1

A quick look at Synaptic shows a few candidates in the repositories:

Solution 2

I love Newsbeuter. It's in most package repositories, has great documentation and it fits your needs. Zed Shaw calls it "the mutt of feed readers"

Solution 3

Check out TermFeed. It just came out :-)

All you need to do is:

$ pip install TermFeed

Then enjoy reading

$ feed

or

$ feed <URL>

Solution 4

You might also want to check out Snownews. Another alternative is Raggle (it has its own .org site which seems pretty unmaintained, but it works fine). Olive on my Ubuntu 10.04 (Lucid Lynx) required 10.3 MB of dependencies!

Share:
44,980

Related videos on Youtube

rubywebit
Author by

rubywebit

A Linux enthusiast Web Developer Python worshipper Django user

Updated on September 17, 2022

Comments

  • rubywebit
    rubywebit over 1 year

    Is there a way by which I can read RSS feeds from the terminal itself?

    Something that would display the titles and a link to follow. Or maybe a software which works from within the terminal.

  • Jaime M.
    Jaime M. over 6 years
    Newsbeuter seems not user-friendly to config the first time. I get a better impression with canto.
  • gmarmstrong
    gmarmstrong over 6 years
    Newsbeuter is abandoned now, but newsboat has taken its place: newsboat.org
  • qrtLs
    qrtLs over 4 years
    i like it, but it seems not maintained.
  • jasonleonhard
    jasonleonhard over 3 years
    Yes, github.com/akrennmair/newsbeuter has been forked as newsboat
  • Peter Mortensen
    Peter Mortensen over 3 years