2023-02-04 04:44:45 +00:00
|
|
|
## ____ __
|
|
|
|
## / __ \_________ _/ /_____
|
|
|
|
## / / / / ___/ __ `/ //_/ _ \
|
|
|
|
## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake)
|
|
|
|
## /_____/_/ \__,_/_/|_|\___/ My custom newsboat config
|
|
|
|
##
|
|
|
|
show-read-feeds yes
|
|
|
|
auto-reload yes
|
2023-02-20 00:41:01 +00:00
|
|
|
reload-threads 10
|
2023-02-04 04:44:45 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
color listnormal cyan default
|
|
|
|
color listfocus black yellow standout bold
|
|
|
|
color listnormal_unread blue default
|
|
|
|
color listfocus_unread yellow default bold
|
|
|
|
color info red black bold
|
|
|
|
color article white default bold
|
|
|
|
|
|
|
|
highlight all "---.*---" yellow
|
|
|
|
highlight feedlist ".*(0/0))" black
|
|
|
|
highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold
|
|
|
|
highlight article "(^Link:.*|^Date:.*)" default default
|
|
|
|
highlight article "https?://[^ ]+" green default
|
|
|
|
highlight article "^(Title):.*$" blue default
|
|
|
|
highlight article "\\[[0-9][0-9]*\\]" magenta default bold
|
|
|
|
highlight article "\\[image\\ [0-9]+\\]" green default bold
|
|
|
|
highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold
|
|
|
|
highlight article ":.*\\(link\\)$" cyan default
|
|
|
|
highlight article ":.*\\(image\\)$" blue default
|
|
|
|
highlight article ":.*\\(embedded flash\\)$" magenta default
|
2023-02-20 00:41:01 +00:00
|
|
|
|
|
|
|
browser w3m
|