Browse Source

newsboat: программа чтения RSS

Maxim Likhachev 5 years ago
parent
commit
d831ab1533
  1. 28
      etc/net/newsboat/config
  2. 5
      etc/net/newsboat/urls

28
etc/net/newsboat/config

@ -0,0 +1,28 @@ @@ -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

5
etc/net/newsboat/urls

@ -0,0 +1,5 @@ @@ -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"
Loading…
Cancel
Save