update newsboat configuration

This commit is contained in:
ktyl 2023-11-15 00:05:15 +00:00
parent b2c6f12623
commit 3e66e37aad
8 changed files with 36 additions and 9 deletions

1
.newsboat/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
cache.db

5
.newsboat/alias.sh Normal file
View File

@ -0,0 +1,5 @@
nb="~/.newsboat"
alias nb="newsboat"
alias nbn="newsboat -u $nb/urls-news-pipe"
alias nbf="newsboat -u $nb/urls-friends"

View File

@ -9,4 +9,4 @@ bind-key j down
bind-key h quit
bind-key l open
browser "qutebrowser %u"
browser "firefox %u &"

View File

@ -1,22 +1,27 @@
http://100r.co/links/rss.xml
https://adichandra.in/feed/
https://diziet.dreamwidth.org/data/rss
https://drewdevault.com/blog/index.xml
https://blog.oliverbooth.dev/feed
https://dynomight.substack.com/feed
https://esoteric.codes/rss
https://garry.blog/feed
https://hadarford.blogspot.com/rss.xml
https://hnrss.org/frontpage
https://idlewords.com/index.xml
https://ktyl.dev/blog/index.xml
https://lord.re/posts/index.xml
https://www.nasaspaceflight.com/feed/
https://maggieappleton.com/rss.xml
https://myst.rs/blog/feed.xml
https://nasablueberry.com/feed/
https://phys.org/rss-feed/breaking/space-news
https://ploum.net/atom_en.xml
https://ploum.net/atom_fr.xml
https://qntm.org/rss.php?blog
https://qntm.org/rss.php?fiction
https://reese.ovine.xyz/feed.rss
https://solar.lowtechmagazine.com/feeds/all-en.atom.xml
https://sauce.pizzawednes.day/kayomn.rss
https://solar.lowtechmagazine.com/feeds/all-fr.atom.xml
https://suckless.org/atom.xml
https://thequietus.com/feed
https://www.swyx.io/rss.xml
https://www.webtoons.com/en/challenge/legends-of-amora/rss?title_no=654453
https://www.webtoons.com/en/challenge/weeb-vs-jock/rss?title_no=908903
https://thevelocollective.com/feed
https://xkcd.com/rss.xml

5
.newsboat/urls-friends Normal file
View File

@ -0,0 +1,5 @@
https://adichandra.in/feed/
https://alvinpab.com/rss.xml
https://billyeatcookies.github.io/feed
https://blog.oliverbooth.dev/feed
https://reese.ovine.xyz/feed.rss

3
.newsboat/urls-news-pipe Normal file
View File

@ -0,0 +1,3 @@
https://www.nasaspaceflight.com/feed/
https://phys.org/rss-feed/breaking/space-news
https://thequietus.com/feed

8
.newsboat/urls-yt Normal file
View File

@ -0,0 +1,8 @@
https://www.youtube.com/feeds/videos.xml?channel_id=UCj74rJ9Lgl3WTngq675wxKg
https://www.youtube.com/feeds/videos.xml?channel_id=UCxzC4EngIsMrPmbm6Nxvb-A
https://www.youtube.com/feeds/videos.xml?channel_id=UCcHuNKYzVMc06FXqsBEAV3A
https://www.youtube.com/feeds/videos.xml?channel_id=UCBa659QWEk1AI4Tg--mrJ2A
https://www.youtube.com/feeds/videos.xml?channel_id=UCu6mSoMNzHQiBIOCkHUa2Aw
https://www.youtube.com/feeds/videos.xml?channel_id=UCNLRcEn78Vc62C3GkMvBgtA
https://www.youtube.com/feeds/videos.xml?channel_id=UC0intLFzLaudFG-xAvUEO-A

View File

@ -5,7 +5,7 @@ alias dot="/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME"
alias f=fff
alias icat="kitty +kitten icat"
alias key="$SCRIPTS/sshkey.sh"
alias nb="newsboat"
source "$HOME/.newsboat/alias.sh"
alias nf="neofetch"
alias o=xdg-open
alias p="ping archlinux.org"