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"