dots/.config/newsboat/config

68 lines
2.0 KiB
Plaintext

urls-source "miniflux"
miniflux-url "http://ec2-3-120-193-1.eu-central-1.compute.amazonaws.com/"
miniflux-login "dmitz"
miniflux-tokeneval "pass other/miniflux"
external-url-viewer "urlscan -dc -r 'linkhandler {}'"
browser linkhandler
auto-reload yes
goto-next-feed no
show-read-feeds no
show-read-articles no
confirm-mark-feed-read no
feed-sort-order lastupdated
max-items 30
reload-threads 15
text-width 120
history-limit 0
notify-always no
notify-program "notify-send"
notify-format "%d new articles loaded."
datetime-format "%b %d"
feedlist-title-format " Feed (%u feeds unreaded) %>-"
articlelist-title-format " %T (%u articles unreaded) %>-"
feedlist-format " (%T) %-50t (%U New)"
articlelist-format "%3f %-8D %t"
itemview-title-format " %T %>-"
bind-key h quit
bind-key j down
bind-key k up
bind-key l open
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 home
bind-key G end
bind-key d pagedown
bind-key u pageup
bind-key U show-urls
bind-key a toggle-article-read
bind-key T set-tag
bind-key t toggle-show-read-feeds
bind-key x delete-article
bind-key b bookmark
bind-key SPACE macro-prefix
macro y set browser "echo %u | wl-copy"; open-in-browser; set browser linkhandler
macro c set browser "pipe-viewer --no-interactive --comments=%u | less"; open-in-browser; set browser linkhandler
macro i set browser "pipe-viewer --no-interactive --info=%u | less"; open-in-browser; set browser linkhandler
color info color235 white reverse
color listnormal default default
color listnormal_unread blue default
color listfocus yellow default
color listfocus_unread yellow default
highlight all "---.*---" yellow
highlight feedlist ".*(0/0))" black
highlight article "(^Feed:*)" cyan default
highlight article "(^Title:*)" green default
highlight article "(^Author:*)" yellow default
highlight article "(^Date:*)" magenta default
highlight article "(^Link:)" blue default
highlight article "https?://[^ ]+" blue default
highlight article "\\[[0-9]+\\]" magenta default