From 8b7f4272635dc445b48824dc5c1e6ea6ea5bd8ae Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Wed, 19 Feb 2020 13:55:29 +0300 Subject: [PATCH] =?UTF-8?q?newsboat:=20=D0=BF=D1=80=D0=BE=D0=B3=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BC=D0=B0=20=D1=87=D1=82=D0=B5=D0=BD=D0=B8=D1=8F?= =?UTF-8?q?=20RSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/net/newsboat/config | 28 ++++++++++++++++++++++++++++ etc/net/newsboat/urls | 5 +++++ 2 files changed, 33 insertions(+) create mode 100644 etc/net/newsboat/config create mode 100644 etc/net/newsboat/urls diff --git a/etc/net/newsboat/config b/etc/net/newsboat/config new file mode 100644 index 0000000..0e5098d --- /dev/null +++ b/etc/net/newsboat/config @@ -0,0 +1,28 @@ +auto-reload yes +max-items 100 + +browser firefox-bin + +unbind-key j +unbind-key k +unbind-key J +unbind-key K + +bind-key j down +bind-key k up +bind-key l open +bind-key h quit + +color info color250 color240 bold +color listfocus color17 color250 +color listfocus_unread color17 color250 bold +# color listnormal color7 default +# color listnormal_unread color15 default + +highlight article "^(Лента):.*$" yellow default bold +highlight article "^(Заголовок):.*$" green default bold +highlight article "^(Автор):.*$" green default +highlight article "^(Ссылка):.*$" color12 default +highlight article "^(Дата):.*$" color15 default bold +highlight article "https?://[^ ]+" color14 default bold +highlight article "\\[image\\ [0-9]+\\]" green default diff --git a/etc/net/newsboat/urls b/etc/net/newsboat/urls new file mode 100644 index 0000000..cbaa525 --- /dev/null +++ b/etc/net/newsboat/urls @@ -0,0 +1,5 @@ +https://gnosis.study/feed.xml +https://planet.haskell.org/atom.xml +https://www.reddit.com/r/vim/.rss "~Reddit/vim" +https://www.reddit.com/r/neovim/.rss "~Reddit/neovim" +https://www.reddit.com/r/commandline/.rss "~Reddit/commandline"