From 12ce8bdd65d3b5fcd6e8227eaecd5f772a90f8da Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 11 Jun 2023 08:00:24 -0400 Subject: Configuration file updates and additions. --- .config/newsboat/config | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .config/newsboat/config (limited to '.config/newsboat/config') diff --git a/.config/newsboat/config b/.config/newsboat/config new file mode 100644 index 0000000..174db0b --- /dev/null +++ b/.config/newsboat/config @@ -0,0 +1,35 @@ +freshrss-login "sam" +freshrss-passwordeval "pass homelab/freshrss_api" +freshrss-url "https://rss.chudnick.com/api/greader.php" +urls-source "freshrss" + +refresh-on-startup yes + +bind-key h quit +bind-key j down +bind-key k up +bind-key l open +bind-key j next articlelist +bind-key k prev articlelist +bind-key G end +bind-key g home +bind-key d pagedown +bind-key u pageup + +bind-key n next-unread +bind-key N prev-unread + +highlight all "---.*---" yellow +highlight feedlist ".*(0/0))" black +highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold +highlight article "(^Link:.*|^Date:.*)" default default +highlight article "https?://[^ ]+" green default +highlight article "^(Title):.*$" blue default +highlight article "\\[[0-9][0-9]*\\]" magenta default bold +highlight article "\\[image\\ [0-9]+\\]" green default bold +highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold +highlight article ":.*\\(link\\)$" cyan default +highlight article ":.*\\(image\\)$" blue default +highlight article ":.*\\(embedded flash\\)$" magenta default + + -- cgit v1.2.3