diff options
| author | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
|---|---|---|
| committer | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
| commit | 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 (patch) | |
| tree | 3009f0564d75e3f7d1ca38507e7ebb92deaded07 /articles/2025/RSS-feeds-that-don't-suck-on-terminals.html | |
update
Diffstat (limited to 'articles/2025/RSS-feeds-that-don't-suck-on-terminals.html')
| -rwxr-xr-x | articles/2025/RSS-feeds-that-don't-suck-on-terminals.html | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/articles/2025/RSS-feeds-that-don't-suck-on-terminals.html b/articles/2025/RSS-feeds-that-don't-suck-on-terminals.html new file mode 100755 index 0000000..d3757bf --- /dev/null +++ b/articles/2025/RSS-feeds-that-don't-suck-on-terminals.html @@ -0,0 +1,83 @@ +<!doctype html> +<html lang="EN"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/style.css"> + <title>RSS feeds that don't suck on terminals</title> + </head> + <body> + <header> + <h1>Bloggings</h1> + <a href="/index.php">Back</a> + + </header> + +<main> +<article> +<h2>RSS feeds that don't suck on terminals</h2> +<h3>2025-04-05</h3> +<h4>RSS news in the terminal</h4> +<p>I'm building a list of RSS feeds that work in the terminal. +There are a lot of feeds out there but not all of the linked articles display well.</p> +<ul> +<li>I'm using the Newsboat rss reader</li> +<li>I'm using the <a href="/articles/2025/Ghostty.html">Ghostty terminal</a></li> +<li>I'm using the <a href="https://sr.ht/~bptato/chawan/">Chawan browser</a></li> +</ul> +<p>Basically it's a question of whether the page linked in the RSS feed is displayed well in +a text browser, which isn't always the case. I find the Chawan text browser gives the best +web display in general and includes images, so I'm using it as a benchmark.</p> +<p>It's always possible to use rdrview to pre-format the text before sending to cha, +with <b>browser "rdrview -B cha %u"</b> in <b>.newsboat/config</b>, but this removes the images.</p> +<p>This is an ongoing task so it will probably end up as a static page</p> +<h3>The list so far:</h3> +<code> +---Linux--- +https://old.reddit.com/r/commandline/.rss +https://old.reddit.com/r/Ghostty/.rss +https://old.reddit.com/r/xfce/.rss +https://old.reddit.com/r/neomutt/.rss +https://old.reddit.com/.rss +https://itsfoss.com/rss/ +https://archlinux.org/feeds/news +https://www.linuxjournal.com/node/feed +https://www.cyberciti.biz/feed/ +https://terminaltrove.com/blog.xml +https://terminaltrove.com/new.xml +https://terminaltrove.com/totw.xml + +---News-English--- +https://www.theatlantic.com/feed/all/ + +---News-French--- +https://www.thelocal.fr/feeds/rss.php +https://www.diplomatie.gouv.fr/spip.php?page=backend-fd +https://mondediplo.com/backend +https://frenchdailynews.com/feed +https://www.euronews.com/rss +https://tempsreel.nouvelobs.com/rss.xml +https://www.lepoint.fr/rss.xml + +---Science--- +https://www.science.org/rss/news_current.xml +http://rss.sciam.com/ScientificAmerican-Global +https://www.lemonde.fr/sciences/rss_full.xml +https://www.newscientist.com/feed/home/?cmpid=RSS%7CNSNS-Home +http://feeds.feedburner.com/sciencealert-latestnews +http://awesci.com/feed/ +https://blogs.esa.int/rocketscience/feed/ + +---Tech--- +https://feeds.feedburner.com/TheHackersNews?format=xml + +---Divertissement--- +https://xkcd.com/rss.xml + +---Other--- +</code> +</article> +</main> +<footer> +<p> </p><p>ยง</p></footer> +</body></html> |
