From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- articles/2025/Newsboat-and-gopher-RSS-feeds.html | 36 ++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 articles/2025/Newsboat-and-gopher-RSS-feeds.html (limited to 'articles/2025/Newsboat-and-gopher-RSS-feeds.html') diff --git a/articles/2025/Newsboat-and-gopher-RSS-feeds.html b/articles/2025/Newsboat-and-gopher-RSS-feeds.html new file mode 100755 index 0000000..ec1c48f --- /dev/null +++ b/articles/2025/Newsboat-and-gopher-RSS-feeds.html @@ -0,0 +1,36 @@ + + + + + + + Newsboat and gopher RSS feeds + + +
+

Bloggings

+ Back + +
+ +
+
+

Newsboat and gopher RSS feeds

+

2025-09-24

+

How to read gopher RSS feeds in newsboat

+

curl is able to access gopher files, and newsboat has an "exec" command +that can be used run commands.

+

So to read a gopher rss feed you can simply edit .newsboat/urls and add the following line:

+

"exec:curl gopher://url"

+

For example:

+

"exec:curl gopher://lucio.albenga.es/0/lfa/en/phlog/rss.xml"

+
+
+ + + -- cgit v1.3.1