From 398242eee8c6d3dd27c50476c407a6d93c84cb10 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Tue, 28 Apr 2020 16:50:16 +0100 Subject: [PATCH] Starts using newsboat --- newsboat/.config/newsboat/config | 37 ++++++++++++++++++++++++++++++++ newsboat/.config/newsboat/urls | 16 ++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 newsboat/.config/newsboat/config create mode 100644 newsboat/.config/newsboat/urls diff --git a/newsboat/.config/newsboat/config b/newsboat/.config/newsboat/config new file mode 100644 index 00000000..32030596 --- /dev/null +++ b/newsboat/.config/newsboat/config @@ -0,0 +1,37 @@ +# Keybindings +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 + +# Colours +color listnormal cyan default +color listfocus black yellow standout bold +color listnormal_unread blue default bold +color listfocus_unread yellow default bold +color info red black bold +color article cyan default + +# Basic options +browser linkHandler +delete-read-articles-on-quit yes +show-read-feeds no +external-url-viewer "urlscan -dc -r 'linkHandler {}'" + +# Key bindings +macro , open-in-browser +macro w set browser "w3m"; open-in-browser ; set browser linkhandler diff --git a/newsboat/.config/newsboat/urls b/newsboat/.config/newsboat/urls new file mode 100644 index 00000000..984eccf8 --- /dev/null +++ b/newsboat/.config/newsboat/urls @@ -0,0 +1,16 @@ +https://blog.z3bra.org/rss/feed.xml linux +https://feeds.bbci.co.uk/news/rss.xml news +https://feeds.feedburner.com/ItsFoss linux +https://invidio.us/feed/channel/UC4w1YQAJMWOz4qtxinq55LQ invidious tech +https://invidio.us/feed/channel/UCXPHFM88IlFn68OmLwtPmZA invidious "~Greg Hurrell - Vim Screencasts" linux +https://opensource.com/feed linux +https://pentestlab.blog/feed/ security +https://thehackernews.com/feeds/posts/default security +https://torrentfreak.com/feed/ security +https://www.bleepingcomputer.com/feed/ security +https://www.fsf.org/static/fsforg/rss/blogs.xml +https://www.fsf.org/static/fsforg/rss/news.xml linux +https://www.troyhunt.com/rss/ security +https://www.wordfence.com/feed/ security +https://xkcd.com/atom.xml comic +