From 68fc80b448ca5899f2c7f3eaec291427506a0721 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 25 May 2021 02:01:08 -0600 Subject: add newsboat config --- .config/newsboat/config | 43 +++++++++++++++++++++++++++++++++++++++++++ .config/newsboat/urls | 4 ++++ 2 files changed, 47 insertions(+) create mode 100644 .config/newsboat/config create mode 100644 .config/newsboat/urls 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 -- cgit v1.2.3