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