From 268ab2a06094b5f14cc07fc029eb0cd918db91c1 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Tue, 2 Apr 2019 19:03:23 +0200 Subject: [PATCH] added newsboat --- newsboat/.newsboat/config | 45 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 newsboat/.newsboat/config diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config new file mode 100644 index 0000000..c88aad0 --- /dev/null +++ b/newsboat/.newsboat/config @@ -0,0 +1,45 @@ +urls-source "ttrss" +ttrss-url "https://rss.higherlearning.eu/ +ttrss-flag-star "s" +ttrss-flag-publish "p" +ttrss-login "alrayyes" +ttrss-passwordeval "pass homelab/rss.higherlearning.eu\\ alrayyes | head -n 1" + +show-read-feeds no +auto-reload yes +reload-time 10 +external-url-viewer "urlscan -dc -r 'linkhandler.sh {}'" + +bind-key ^R reload-all +bind-key j down +bind-key k up +bind-key j next articlelist +bind-key k prev articlelist +bind-key J next-feed articlelist +bind-key K prev-feed articlelist +bind-key G end +bind-key g home +bind-key d pagedown +bind-key u pageup +bind-key l open +bind-key h quit +bind-key a toggle-article-read +bind-key n next-unread +bind-key N prev-unread +bind-key D pb-download +bind-key U show-urls +bind-key x pb-delete +bind-key ^t next-unread + +color background default default +color listnormal default default +color listnormal_unread default default +color listfocus black yellow +color listfocus_unread black yellow +color info default black +color article default default + +# highlights +highlight article "^(Title):.*$" blue default +highlight article "https?://[^ ]+" red default +highlight article "\\[image\\ [0-9]+\\]" green default