summaryrefslogtreecommitdiff
path: root/.config/newsboat/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/newsboat/config')
-rw-r--r--.config/newsboat/config35
1 files changed, 35 insertions, 0 deletions
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 @@
1freshrss-login "sam"
2freshrss-passwordeval "pass homelab/freshrss_api"
3freshrss-url "https://rss.chudnick.com/api/greader.php"
4urls-source "freshrss"
5
6refresh-on-startup yes
7
8bind-key h quit
9bind-key j down
10bind-key k up
11bind-key l open
12bind-key j next articlelist
13bind-key k prev articlelist
14bind-key G end
15bind-key g home
16bind-key d pagedown
17bind-key u pageup
18
19bind-key n next-unread
20bind-key N prev-unread
21
22highlight all "---.*---" yellow
23highlight feedlist ".*(0/0))" black
24highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold
25highlight article "(^Link:.*|^Date:.*)" default default
26highlight article "https?://[^ ]+" green default
27highlight article "^(Title):.*$" blue default
28highlight article "\\[[0-9][0-9]*\\]" magenta default bold
29highlight article "\\[image\\ [0-9]+\\]" green default bold
30highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold
31highlight article ":.*\\(link\\)$" cyan default
32highlight article ":.*\\(image\\)$" blue default
33highlight article ":.*\\(embedded flash\\)$" magenta default
34
35