Move to newsraft from newsboat

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-10-14 19:19:28 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-10-14 19:19:28 +0200
Commit e8df834d634702c260c627bf86fa82b2c92f43b4 (patch)
-rw-r--r-- newsboat 4
-rwxr-xr-x rssfeeds 52
-rwxr-xr-x shenanigans.sh 1
-rw-r--r-- symlink.sh 2
-rwxr-xr-x urls 60
5 files changed, 53 insertions, 66 deletions
diff --git a/newsboat b/newsboat
1
reload-threads 100
  
2
browser "brave-browser %u"
  
3
include /usr/share/doc/newsboat/contrib/colorschemes/gruvbox
  
4
  
  
diff --git a/rssfeeds b/rssfeeds
  
1
https://theorangeduck.com/feeds/pages Blogs "~Daniel Holden"
  
2
https://lwn.net/headlines/rss Blogs
  
3
https://kristoff.it/index.xml Blogs
  
4
https://www.computerenhance.com/feed Blogs
  
5
https://tratt.net/laurie/news.rss Blogs
  
6
https://willhbr.net/feed.xml Blogs
  
7
https://andrewkelley.me/rss.xml Blogs
  
8
https://beyondloom.com/blog/rss.xml Blogs
  
9
https://thomashunter.name/feed.rss Blogs
  
10
https://decuser.github.io/feed.xml Blogs
  
11
https://simonwillison.net/atom/entries/ Blogs
  
12
https://til.simonwillison.net/tils/feed.atom Blogs
  
13
https://www.andreinc.net/feed.xml Blogs
  
14
https://voussoir.net/writing/writing.atom Blogs "~Ethan Dalool"
  
15
https://blog.regehr.org/feed Blogs
  
16
https://richiejp.com/atom.xml Blogs "~Richard Palethorpe"
  
17
https://szymonkaliski.com/feed.xml Blogs
  
18
https://world.hey.com/dhh/feed.atom Blogs
  
19
https://mitchellh.com/feed.xml Blogs
  
20
https://matt-rickard.com/rss Blogs
  
21
https://solar.lowtechmagazine.com/posts/index.xml Blogs
  
22
https://utcc.utoronto.ca/~cks/space/blog/?atom Blogs
  
23
https://neil.computer/rss/ Blogs
  
24
https://matduggan.com/rss/ Blogs
  
25
https://michael.stapelberg.ch/feed.xml Blogs
  
26
https://journal.valeriansaliou.name/rss/ Blogs
  
27
https://www.duskborn.com/index.xml Blogs
  
28
https://mirzapandzo.com/rss.xml Blogs
  
29
https://mitjafelicijan.com/feed.xml Blogs
  
30
https://harelang.org/index.xml Announcements
  
31
https://emacsredux.com/atom.xml Announcements
  
32
https://crawl.develz.org/wordpress/feed Announcements
  
33
https://go.dev/blog/feed.atom Announcements
  
34
https://blog.gtk.org/feed/ Announcements
  
35
https://github.com/helix-editor/helix/releases.atom Announcements
  
36
https://www.youtube.com/feeds/videos.xml?channel_id=UC8DntJ-sBtgC-jA0yEjxqjw Videos
  
37
https://www.youtube.com/feeds/videos.xml?channel_id=UCrqM0Ym_NbK1fqeQG2VIohg Videos
  
38
https://www.youtube.com/feeds/videos.xml?channel_id=UCUzQJ3JBuQ9w-po4TXRJHiA Videos
  
39
https://www.youtube.com/feeds/videos.xml?channel_id=UCUyeluBRhGPCW4rPe_UvBZQ Videos
  
40
https://www.youtube.com/feeds/videos.xml?channel_id=UCS0N5baNlQWJCUrhCEo8WlA Videos
  
41
https://www.youtube.com/feeds/videos.xml?channel_id=UCsBjURrPoezykLs9EqgamOA Videos
  
42
https://www.youtube.com/feeds/videos.xml?channel_id=UCaTznQhurW5AaiYPbhEA-KA Videos
  
43
https://www.youtube.com/feeds/videos.xml?channel_id=UCld68syR8Wi-GY_n4CaoJGA Videos
  
44
https://www.youtube.com/feeds/videos.xml?channel_id=UCXuqSBlHAE6Xw-yeJA0Tunw Videos
  
45
https://www.youtube.com/feeds/videos.xml?channel_id=UCVk4b-svNJoeytrrlOixebQ Videos
  
46
https://www.youtube.com/feeds/videos.xml?channel_id=UCNzszbnvQeFzObW0ghk0Ckw Videos
  
47
https://www.youtube.com/feeds/videos.xml?channel_id=UCAMu6Dso0ENoNm3sKpQsy0g Videos
  
48
https://www.youtube.com/feeds/videos.xml?channel_id=UC2DjFE7Xf11URZqWBigcVOQ Videos
  
49
https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg Videos
  
50
https://www.youtube.com/feeds/videos.xml?channel_id=UCTAfm-YD2M9xzvbYvRc5ttA Videos
  
51
https://www.youtube.com/feeds/videos.xml?channel_id=UC5--wS0Ljbin1TjWQX6eafA Videos
  
52
https://www.youtube.com/feeds/videos.xml?channel_id=UCmtyQOKKmrMVaKuRXz02jbQ Videos
diff --git a/shenanigans.sh b/shenanigans.sh
...
34
alias less='less -R'
34
alias less='less -R'
35
alias tmux='tmux -u'
35
alias tmux='tmux -u'
36
alias vi='vim'
36
alias vi='vim'
  
37
alias rss='newsraft -f ~/.dotfiles/rssfeeds'
37
alias server='python3 -m http.server 6969'
38
alias server='python3 -m http.server 6969'
38
  
39
  
39
# Custom folder jump commands.
40
# Custom folder jump commands.
...
diff --git a/symlink.sh b/symlink.sh
1
ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh
1
ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh
2
ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf
2
ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf
3
ln -s ~/.dotfiles/vimrc ~/.vimrc
3
ln -s ~/.dotfiles/vimrc ~/.vimrc
4
ln -s ~/.dotfiles/newsboat ~/.newsboat/config
  
5
ln -s ~/.dotfiles/urls ~/.newsboat/urls
  
6
ln -s ~/.dotfiles/i3config ~/.config/i3/config
4
ln -s ~/.dotfiles/i3config ~/.config/i3/config
7
  
5
  
diff --git a/urls b/urls
1
"------------------------------------------- Blogs"
  
2
https://theorangeduck.com/feeds/pages Blogs "~Daniel Holden"
  
3
https://lwn.net/headlines/rss Blogs
  
4
https://kristoff.it/index.xml Blogs
  
5
https://www.computerenhance.com/feed Blogs
  
6
https://tratt.net/laurie/news.rss Blogs
  
7
https://willhbr.net/feed.xml Blogs
  
8
https://andrewkelley.me/rss.xml Blogs
  
9
https://beyondloom.com/blog/rss.xml Blogs
  
10
https://thomashunter.name/feed.rss Blogs
  
11
https://decuser.github.io/feed.xml Blogs
  
12
https://simonwillison.net/atom/entries/ Blogs
  
13
https://til.simonwillison.net/tils/feed.atom Blogs
  
14
https://www.andreinc.net/feed.xml Blogs
  
15
https://voussoir.net/writing/writing.atom Blogs "~Ethan Dalool"
  
16
https://blog.regehr.org/feed Blogs
  
17
https://richiejp.com/atom.xml Blogs "~Richard Palethorpe"
  
18
https://szymonkaliski.com/feed.xml Blogs
  
19
https://world.hey.com/dhh/feed.atom Blogs
  
20
https://mitchellh.com/feed.xml Blogs
  
21
https://matt-rickard.com/rss Blogs
  
22
https://solar.lowtechmagazine.com/posts/index.xml Blogs
  
23
https://utcc.utoronto.ca/~cks/space/blog/?atom Blogs
  
24
https://neil.computer/rss/ Blogs
  
25
https://matduggan.com/rss/ Blogs
  
26
https://michael.stapelberg.ch/feed.xml Blogs
  
27
# https://offbeatpursuit.com/blog/index.rss Blogs "~Offbeatpursuit - Blog"
  
28
# https://offbeatpursuit.com/paste/index.rss Blogs "~Offbeatpursuit - Paste"
  
29
# https://offbeatpursuit.com/notes/index.rss Blogs "~Offbeatpursuit - Notes"
  
30
https://journal.valeriansaliou.name/rss/ Blogs
  
31
https://www.duskborn.com/index.xml Blogs
  
32
https://mirzapandzo.com/rss.xml Blogs
  
33
https://mitjafelicijan.com/feed.xml Blogs
  
34
  
  
35
"------------------------------------ Announcements"
  
36
https://harelang.org/index.xml Announcements
  
37
https://emacsredux.com/atom.xml Announcements
  
38
https://crawl.develz.org/wordpress/feed Announcements
  
39
https://go.dev/blog/feed.atom Announcements
  
40
https://blog.gtk.org/feed/ Announcements
  
41
https://github.com/helix-editor/helix/releases.atom Announcements
  
42
  
  
43
"------------------------------------------- Videos"
  
44
https://www.youtube.com/feeds/videos.xml?channel_id=UC8DntJ-sBtgC-jA0yEjxqjw Videos
  
45
https://www.youtube.com/feeds/videos.xml?channel_id=UCrqM0Ym_NbK1fqeQG2VIohg Videos
  
46
https://www.youtube.com/feeds/videos.xml?channel_id=UCUzQJ3JBuQ9w-po4TXRJHiA Videos
  
47
https://www.youtube.com/feeds/videos.xml?channel_id=UCUyeluBRhGPCW4rPe_UvBZQ Videos
  
48
https://www.youtube.com/feeds/videos.xml?channel_id=UCS0N5baNlQWJCUrhCEo8WlA Videos
  
49
https://www.youtube.com/feeds/videos.xml?channel_id=UCsBjURrPoezykLs9EqgamOA Videos
  
50
https://www.youtube.com/feeds/videos.xml?channel_id=UCaTznQhurW5AaiYPbhEA-KA Videos
  
51
https://www.youtube.com/feeds/videos.xml?channel_id=UCld68syR8Wi-GY_n4CaoJGA Videos
  
52
https://www.youtube.com/feeds/videos.xml?channel_id=UCXuqSBlHAE6Xw-yeJA0Tunw Videos
  
53
https://www.youtube.com/feeds/videos.xml?channel_id=UCVk4b-svNJoeytrrlOixebQ Videos
  
54
https://www.youtube.com/feeds/videos.xml?channel_id=UCNzszbnvQeFzObW0ghk0Ckw Videos
  
55
https://www.youtube.com/feeds/videos.xml?channel_id=UCAMu6Dso0ENoNm3sKpQsy0g Videos
  
56
https://www.youtube.com/feeds/videos.xml?channel_id=UC2DjFE7Xf11URZqWBigcVOQ Videos
  
57
https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg Videos
  
58
https://www.youtube.com/feeds/videos.xml?channel_id=UCTAfm-YD2M9xzvbYvRc5ttA Videos
  
59
https://www.youtube.com/feeds/videos.xml?channel_id=UC5--wS0Ljbin1TjWQX6eafA Videos
  
60
https://www.youtube.com/feeds/videos.xml?channel_id=UCmtyQOKKmrMVaKuRXz02jbQ Videos