Added newsboat and its configuration
This commit is contained in:
parent
265b4a9bdd
commit
1125caa2c3
BIN
.config/newsboat/cache.db
Normal file
BIN
.config/newsboat/cache.db
Normal file
Binary file not shown.
44
.config/newsboat/config
Normal file
44
.config/newsboat/config
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
# general settings
|
||||||
|
auto-reload yes
|
||||||
|
show-read-feeds yes
|
||||||
|
max-items 50
|
||||||
|
|
||||||
|
# externel browser
|
||||||
|
browser "/usr/bin/brave %u"
|
||||||
|
|
||||||
|
# unbind keys
|
||||||
|
unbind-key ENTER
|
||||||
|
unbind-key j
|
||||||
|
unbind-key k
|
||||||
|
unbind-key J
|
||||||
|
unbind-key K
|
||||||
|
|
||||||
|
# bind keys - vim style
|
||||||
|
bind-key j down
|
||||||
|
bind-key k up
|
||||||
|
bind-key l open
|
||||||
|
bind-key h quit
|
||||||
|
bind-key J next-feed articlelist
|
||||||
|
bind-key K prev-feed articlelist
|
||||||
|
bind-key G end
|
||||||
|
|
||||||
|
color listnormal green default
|
||||||
|
color listnormal_unread green default
|
||||||
|
color listfocus green default reverse
|
||||||
|
color listfocus_unread green default reverse
|
||||||
|
color info green default reverse
|
||||||
|
color background green default
|
||||||
|
color article green default
|
||||||
|
|
||||||
|
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
|
19
.config/newsboat/urls
Normal file
19
.config/newsboat/urls
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---Django---
|
||||||
|
https://www.djangoproject.com/rss/community/blogs/
|
||||||
|
https://www.djangoproject.com/rss/community/jobs/
|
||||||
|
https://www.djangoproject.com/rss/community/links/
|
||||||
|
|
||||||
|
---People---
|
||||||
|
https://blog.rogs.me/index.xml
|
||||||
|
https://www.distrotube.com/blog/
|
||||||
|
https://lunduke.com/index.xml
|
||||||
|
https://blog.3xpl0its.xyz/index.xml
|
||||||
|
https://lukesmith.xyz/rss.xml
|
||||||
|
|
||||||
|
---Comics---
|
||||||
|
http://feeds.feedburner.com/oatmealfeed
|
||||||
|
https://xkcd.com/atom.xml
|
||||||
|
|
||||||
|
---News---
|
||||||
|
http://feeds.bbci.co.uk/news/world/latin_america/rss.xml
|
||||||
|
http://feeds.bbci.co.uk/news/video_and_audio/world/rss.xml
|
Loading…
x
Reference in New Issue
Block a user