feat(newsboat): category caching
This commit is contained in:
parent
c4f5e6ee25
commit
47395292cd
|
@ -1,5 +1,5 @@
|
||||||
nb="~/.newsboat"
|
nb="~/.newsboat"
|
||||||
|
|
||||||
alias nb="newsboat"
|
alias nb="newsboat"
|
||||||
alias nbn="newsboat -u $nb/urls-news-pipe"
|
alias nbn="newsboat -u $nb/urls-news-pipe -c $nb/cache-news.db"
|
||||||
alias nbf="newsboat -u $nb/urls-friends"
|
alias nbf="newsboat -u $nb/urls-friends -c $nb/cache-friends.db"
|
||||||
|
|
|
@ -5,13 +5,10 @@ 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://maggieappleton.com/rss.xml
|
https://maggieappleton.com/rss.xml
|
||||||
https://myst.rs/blog/feed.xml
|
|
||||||
https://nasablueberry.com/feed/
|
|
||||||
https://ploum.net/atom_en.xml
|
https://ploum.net/atom_en.xml
|
||||||
https://ploum.net/atom_fr.xml
|
https://ploum.net/atom_fr.xml
|
||||||
https://qntm.org/rss.php?blog
|
https://qntm.org/rss.php?blog
|
||||||
|
|
|
@ -2,4 +2,5 @@ https://adichandra.in/feed/
|
||||||
https://alvinpab.com/rss.xml
|
https://alvinpab.com/rss.xml
|
||||||
https://billyeatcookies.github.io/feed
|
https://billyeatcookies.github.io/feed
|
||||||
https://blog.oliverbooth.dev/feed
|
https://blog.oliverbooth.dev/feed
|
||||||
|
https://myst.rs/blog/feed.xml
|
||||||
https://reese.ovine.xyz/feed.rss
|
https://reese.ovine.xyz/feed.rss
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
https://www.nasaspaceflight.com/feed/
|
https://hnrss.org/frontpage
|
||||||
|
https://nasaspaceflight.com/feed/
|
||||||
https://phys.org/rss-feed/breaking/space-news
|
https://phys.org/rss-feed/breaking/space-news
|
||||||
https://thequietus.com/feed
|
https://thequietus.com/feed
|
||||||
|
|
Loading…
Reference in New Issue