diff options
| author | Sam Chudnick <sam@chudnick.com> | 2023-06-11 08:00:24 -0400 |
|---|---|---|
| committer | Sam Chudnick <sam@chudnick.com> | 2023-06-11 08:00:24 -0400 |
| commit | 12ce8bdd65d3b5fcd6e8227eaecd5f772a90f8da (patch) | |
| tree | 5be7566c5ef41877e1d03a013667fdae1aedf252 /.config/newsboat | |
| parent | 9e82c96713989a7565eadac505b36e3dbe91cd5a (diff) | |
Configuration file updates and additions.
Diffstat (limited to '.config/newsboat')
| -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 | |||
