summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-25 02:01:08 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-25 02:01:08 -0600
commit68fc80b448ca5899f2c7f3eaec291427506a0721 (patch)
tree5c06ca5120bc81a6aadb233bbce70c290a59bf8c
parent4fcb38c3242ab04b89cb26146241d2bc74307734 (diff)
add newsboat config
-rw-r--r--.config/newsboat/config43
-rw-r--r--.config/newsboat/urls4
2 files changed, 47 insertions, 0 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config
new file mode 100644
index 0000000..0983fd0
--- /dev/null
+++ b/.config/newsboat/config
@@ -0,0 +1,43 @@
+auto-reload yes
+reload-time 30
+reload-threads 10
+download-path "~/dow/newsboat"
+
+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 black magenta standout bold
+color info black blue bold
+color article default default
+
+highlight all "---.*---" yellow
+highlight feedlist ".*(0/0))" black
+highlight article "^(Feed|Author):.*$" cyan default bold
+highlight article "^(Title):.*$" blue default
+highlight article "^(Link|Date):.*$" default default
+highlight article "https?://[^ ]+" green default underline
+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
diff --git a/.config/newsboat/urls b/.config/newsboat/urls
new file mode 100644
index 0000000..81e010d
--- /dev/null
+++ b/.config/newsboat/urls
@@ -0,0 +1,4 @@
+---BLOGS---
+https://blog.luevano.xyz/rss.xml personal
+https://blog.lmcj.xyz/rss.xml
+https://lukesmith.xyz/rss.xml