⚡ Replace links
This commit is contained in:
@ -1 +0,0 @@
|
||||
/home/jaandrle/Vzdálené/GitHub/dotfiles/ubuntu/.newsboat/config
|
59
.newsboat/config
Normal file
59
.newsboat/config
Normal file
@ -0,0 +1,59 @@
|
||||
# for inspiration https://github.com/gpakosz/.newsboat/blob/master/config
|
||||
auto-reload yes
|
||||
reload-time 90
|
||||
reload-threads 11
|
||||
always-display-description true
|
||||
error-log "~/.newsboat/error.log"
|
||||
keep-articles-days 30
|
||||
prepopulate-query-feeds yes
|
||||
# confirm-mark-all-feeds-read no
|
||||
|
||||
player vlc
|
||||
browser "xdg-open"
|
||||
macro p set browser "vlc %u" ; open-in-browser ; set browser "xdg-open"
|
||||
macro e set browser "vim ~/.newsboat/config" ; open-in-browser ; set browser "xdg-open"
|
||||
|
||||
color background color8 default bold
|
||||
color info default color234
|
||||
color listnormal default default
|
||||
color listfocus color188 color234
|
||||
color listnormal_unread color187 default
|
||||
color listfocus_unread color179 default
|
||||
search-highlight-colors color179 default
|
||||
highlight article "^(Feed|Author|Title|Date|Link): .*$" color117 default
|
||||
highlight articlelist "/date .\{4\}-.\{2\}-.\{2\} .\{2\}:.\{2\}" color43 default
|
||||
highlight articlelist "/size \[^ \]*" color64 default
|
||||
highlight articlelist "/feed .*$" color151 default
|
||||
highlight-article "age > 1 and unread == \"no\"" color245 default
|
||||
feedlist-format ":%-4i %-5U %?T?↓ &?%t"
|
||||
articlelist-format ":%-4i %f %?T?%-3T|?%t /date %D /size %-4L %?T?/feed %T?%"
|
||||
|
||||
text-width 90
|
||||
datetime-format "%Y-%m-%d %H:%M"
|
||||
|
||||
bind-key ; cmdline
|
||||
unbind-key q
|
||||
bind-key j down
|
||||
bind-key k up
|
||||
bind-key J next-feed articlelist
|
||||
bind-key K prev-feed articlelist
|
||||
bind-key h quit
|
||||
bind-key LEFT quit
|
||||
bind-key l open
|
||||
bind-key RIGHT open
|
||||
bind-key g home
|
||||
bind-key G end
|
||||
bind-key a toggle-article-read
|
||||
bind-key n next-unread
|
||||
unbind-key p
|
||||
bind-key N prev-unread
|
||||
bind-key s sort
|
||||
bind-key S rev-sort
|
||||
bind-key U show-urls
|
||||
unbind-key ^B
|
||||
bind-key m bookmark
|
||||
|
||||
bookmark-cmd "~/bin/pocket-sh-add.sh"
|
||||
bookmark-autopilot yes
|
||||
|
||||
# vim: ft=apachestyle cms=#\ %s :
|
Reference in New Issue
Block a user