aboutsummaryrefslogtreecommitdiff
path: root/articles/2025/RSS-feeds-that-don't-suck-on-terminals.html
blob: d3757bf3c8e06095209cf850783c31e30318045d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
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>&nbsp;</p><p>§</p></footer>
</body></html>