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

50 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-04-02 17:03:23 +00:00
urls-source "ttrss"
ttrss-url "https://rss.higherlearning.eu/
ttrss-flag-star "s"
ttrss-flag-publish "p"
ttrss-login "alrayyes"
ttrss-passwordeval "~/.local/bin/getpassword rss"
2019-04-02 17:03:23 +00:00
show-read-feeds no
2019-04-05 12:19:24 +00:00
show-read-articles no
2020-03-12 01:42:49 +00:00
auto-reload false
2019-04-02 17:03:23 +00:00
reload-time 10
2019-05-31 11:10:48 +00:00
external-url-viewer "urlscan -dc -r 'linkhandler {}'"
2020-03-13 18:07:37 +00:00
notify-program "~/.local/bin/notify-rss"
2020-03-12 01:42:49 +00:00
cache-file "~/.cache/newsboat/cache.db"
2019-04-02 17:03:23 +00:00
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 m toggle-article-read
2019-04-02 17:03:23 +00:00
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
include /usr/share/doc/newsboat/contrib/colorschemes/solarized-dark
2019-04-02 17:03:23 +00:00
# highlights
highlight article "^(Title):.*$" blue default
highlight article "https?://[^ ]+" red default
highlight article "\\[image\\ [0-9]+\\]" green default
browser linkhandler
# podboat
download-path "~/Downloads/podcasts/%h/%n"
max-downloads 5
player "linkhandler"