From e0fab7266834299245a0aae7bd6d89d67c85fe0a Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 19 Feb 2023 14:22:05 +0100 Subject: added: newsboat! --- config/common/newsboat/config | 33 +++++++++++++++++++++++++++++++++ config/common/newsboat/urls | 12 ++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 config/common/newsboat/config create mode 100644 config/common/newsboat/urls (limited to 'config') diff --git a/config/common/newsboat/config b/config/common/newsboat/config new file mode 100644 index 0000000..fb20b9f --- /dev/null +++ b/config/common/newsboat/config @@ -0,0 +1,33 @@ +browser firefox + +# from contrib +color background color15 default +color listnormal color248 default +color listnormal_unread color4 default +color listfocus color0 color4 +color listfocus_unread color0 color4 bold +color info color12 color0 +color article color248 default +# highlights +highlight article "^(Feed|Link):.*$" color6 default bold +highlight article "^(Title|Date|Author):.*$" color6 default bold +highlight article "https?://[^ ]+" color10 default underline +highlight article "\\[[0-9]+\\]" color10 default bold +highlight article "\\[image\\ [0-9]+\\]" color10 default bold +highlight feedlist "^─.*$" color6 color0 bold + +bind-key j next all +bind-key k prev all +bind-key h quit +bind-key l open +bind-key g home +bind-key G end +bind-key n next-unread +bind-key N prev-unread +bind-key U show-urls +bind-key a toggle-article-read + +show-keymap-hint no +swap-title-and-hints yes + +browser linkhandler diff --git a/config/common/newsboat/urls b/config/common/newsboat/urls new file mode 100644 index 0000000..248238f --- /dev/null +++ b/config/common/newsboat/urls @@ -0,0 +1,12 @@ +https://www.linuxjournal.com/node/feed "~The Linux Journal" +https://hackaday.com/blog/feed/ "~Hackaday" +https://thisweek.gnome.org/index.xml "~This Week in GNOME" +https://itsfoss.com/rss "~It's FOSS" +https://archlinux.org/feeds/news/ "~Archlinux News" +https://www.youtube.com/feeds/videos.xml?channel_id=UC5UAwBUum7CPN5buc-_N1Fw "~YOUTUBE: The Linux Experiment" +https://www.youtube.com/feeds/videos.xml?channel_id=UCngn7SVujlvskHRvRKc1cTw "~YOUTUBE: Bugswriter" +https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg "~YOUTUBE: DistroTube" +https://www.youtube.com/feeds/videos.xml?channel_id=UC7YOGHUfC1Tb6E4pudI9STA "~YOUTUBE: MentalOutlaw" +https://www.youtube.com/feeds/videos.xml?channel_id=UCsBjURrPoezykLs9EqgamOA "~YOUTUBE: Fireship" +https://www.reddit.com/r/linux.rss "~REDDIT: r/linux" +# Missing github feed -- cgit v1.2.3