Charles Lu
Charles Lu

Reputation: 511

Any suggestion on rss reader in emacs

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.

Upvotes: 4

Views: 2479

Answers (2)

pilgix
pilgix

Reputation: 413

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.

Upvotes: 4

xuchunyang
xuchunyang

Reputation: 959

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

Upvotes: 1

Related Questions