Hacker News new | ask | show | jobs
by stevekemp 1749 days ago
I wrote yet another "rss to email" tools, which is what I use for consuming feeds:

https://github.com/skx/rss2email/

Getting feeds into email means I have the local content available for searching, and am not tied to desktop/mobile, or a particular machine.

(Rewritten in go, primarily because the standard r2e was the last daemon/program on my host that required python. So switching let me drop a whole bunch of dependencies.)

1 comments

> I have the local content available for searching

That's a good point. Hadn't considered that. Definitely have had moments where I couldn't find an article later with Google.