update newsboat configuration
This commit is contained in:
parent
b2c6f12623
commit
3e66e37aad
|
@ -0,0 +1 @@
|
||||||
|
cache.db
|
|
@ -0,0 +1,5 @@
|
||||||
|
nb="~/.newsboat"
|
||||||
|
|
||||||
|
alias nb="newsboat"
|
||||||
|
alias nbn="newsboat -u $nb/urls-news-pipe"
|
||||||
|
alias nbf="newsboat -u $nb/urls-friends"
|
|
@ -9,4 +9,4 @@ bind-key j down
|
||||||
bind-key h quit
|
bind-key h quit
|
||||||
bind-key l open
|
bind-key l open
|
||||||
|
|
||||||
browser "qutebrowser %u"
|
browser "firefox %u &"
|
||||||
|
|
|
@ -1,22 +1,27 @@
|
||||||
http://100r.co/links/rss.xml
|
http://100r.co/links/rss.xml
|
||||||
https://adichandra.in/feed/
|
|
||||||
https://diziet.dreamwidth.org/data/rss
|
https://diziet.dreamwidth.org/data/rss
|
||||||
https://drewdevault.com/blog/index.xml
|
https://drewdevault.com/blog/index.xml
|
||||||
https://blog.oliverbooth.dev/feed
|
https://dynomight.substack.com/feed
|
||||||
https://esoteric.codes/rss
|
https://esoteric.codes/rss
|
||||||
https://garry.blog/feed
|
https://garry.blog/feed
|
||||||
https://hadarford.blogspot.com/rss.xml
|
https://hadarford.blogspot.com/rss.xml
|
||||||
|
https://hnrss.org/frontpage
|
||||||
https://idlewords.com/index.xml
|
https://idlewords.com/index.xml
|
||||||
https://ktyl.dev/blog/index.xml
|
https://ktyl.dev/blog/index.xml
|
||||||
https://lord.re/posts/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://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?blog
|
||||||
https://qntm.org/rss.php?fiction
|
https://qntm.org/rss.php?fiction
|
||||||
https://reese.ovine.xyz/feed.rss
|
|
||||||
https://solar.lowtechmagazine.com/feeds/all-en.atom.xml
|
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://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
|
https://xkcd.com/rss.xml
|
||||||
|
|
||||||
|
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
||||||
|
https://www.nasaspaceflight.com/feed/
|
||||||
|
https://phys.org/rss-feed/breaking/space-news
|
||||||
|
https://thequietus.com/feed
|
|
@ -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
|
||||||
|
|
|
@ -5,7 +5,7 @@ alias dot="/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME"
|
||||||
alias f=fff
|
alias f=fff
|
||||||
alias icat="kitty +kitten icat"
|
alias icat="kitty +kitten icat"
|
||||||
alias key="$SCRIPTS/sshkey.sh"
|
alias key="$SCRIPTS/sshkey.sh"
|
||||||
alias nb="newsboat"
|
source "$HOME/.newsboat/alias.sh"
|
||||||
alias nf="neofetch"
|
alias nf="neofetch"
|
||||||
alias o=xdg-open
|
alias o=xdg-open
|
||||||
alias p="ping archlinux.org"
|
alias p="ping archlinux.org"
|
||||||
|
|
Loading…
Reference in New Issue