Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any suggestion on rss reader in emacs

Tags:

emacs

rss

elfeed

Is there a decent rss reader in Emacs? I was happy with rss when there's google reader, after its shutting down for so long time, I'm still missing it and haven't find any comparable alternative.

Also how do people watch the updates in stackoverflow? rss, or any specific apps? I'm on Mac.

like image 792
Charles Lu Avatar asked Sep 18 '25 10:09

Charles Lu


2 Answers

Newsticker seems like a good option. It's already inside Emacs; just call it with M-x newsticker-show-news. Add RSS feeds with a and visit articles with v. Go to next feed with f and previous with F or to next item with n and previous with p. You can nmark items as inmortal with i to stay as unread. It's customizable.

like image 120
pilgix Avatar answered Sep 21 '25 03:09

pilgix


You can try Elfeed or Gnus. I'm on Mac too, I use Elfreed and ReadKit myself, both of them support export/import OPML.

like image 42
xuchunyang Avatar answered Sep 21 '25 05:09

xuchunyang