dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit eaa934a0e5a38134899fbef3bb91b7c2f819f1ce
parent 2c0e40689b24703a0ed6d4acaacad069360e49af
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 14 Jul 2020 21:11:05 +0100

don't reload feeds when starting newsboat, doing it in the background. add some twitter feeds and news headlines

Diffstat:
Mnewsboat/.newsboat/config | 2+-
Mnewsboat/.newsboat/urls | 11+++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config @@ -1,7 +1,7 @@ # ░█▀█░█▀▀░█░█░█▀▀░█▀▄░█▀█░█▀█░▀█▀░░ # ░█░█░█▀▀░█▄█░▀▀█░█▀▄░█░█░█▀█░░█░░░ # ░▀░▀░▀▀▀░▀░▀░▀▀▀░▀▀░░▀▀▀░▀░▀░░▀░░░ -auto-reload yes +auto-reload no browser w3m save-path ~/tmp diff --git a/newsboat/.newsboat/urls b/newsboat/.newsboat/urls @@ -24,6 +24,13 @@ https://reddit.com/r/privacy.rss "~privacy" "reddit" https://reddit.com/r/opensource.rss "~opensource" "reddit" https://reddit.com/r/comicbooks.rss "~comicbooks" "reddit" "comics" +-------------twitter +https://nitter.net/rikkuness/rss "~rikkuness" "twitter" +https://nitter.net/moongoosedani/rss "~moongoosedani" "twitter" +https://nitter.net/dogspacesuit/rss "~dogspacesuit" "twitter" +https://nitter.net/_glasshalfphil/rss "~_glasshalfphil" "twitter" +https://nitter.net/fontvirus/rss "~fontvirus" "twitter" + ------------podcasts https://podcast.nixers.net/feed/feed.xml "~nixers" "podcasts" https://error.show/rss "~user error" "podcasts" @@ -53,3 +60,7 @@ https://code.briarproject.org/briar/briar/-/tags?format=atom "~briar - tags" "co ------------security https://nvd.nist.gov/feeds/xml/cve/misc/nvd-rss.xml "~nvd all" "security" https://nvd.nist.gov/feeds/xml/cve/misc/nvd-rss-analyzed.xml "~nvd analysed" "security" + +------news headlines +https://www.irishtimes.com/cmlink/news-1.1319192 "~irish times" "news headlines" +http://feeds.bbci.co.uk/news/rss.xml "~bbc top stories" "news headlines"