1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

added newsboat

This commit is contained in:
Ryan Kes 2019-04-02 19:03:23 +02:00
parent 9f5b70c550
commit 268ab2a060

45
newsboat/.newsboat/config Normal file
View File

@ -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