blob: 201ed5935da715082a0848ae16f1134bb5e3ed26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
#browser "w3m %u"
auto-reload no
urls-source "miniflux"
miniflux-url "https://rss.matthewlemon.com/"
miniflux-login "lemon"
miniflux-passwordeval "pass miniflux"
datetime-format "%d %b %Y"
# confirm-mark-feed-read no
run-on-startup toggle-show-read-feeds
bind-key j down
bind-key k up
bind-key j next articlelist
bind-key k prev articlelist
bind-key J next-feed articlelist
bind-key K prev-feed articlelist
bind-key G end
bind-key g home
bind-key d pagedown
bind-key u pageup
#bind-key l open
bind-key h quit
bind-key a toggle-article-read
bind-key n next-unread
bind-key N prev-unread
bind-key D pb-download
bind-key U show-urls
bind-key x pb-delete
# default colours
#color background white black
#color listnormal white black
#color listfocus black green bold
#color listnormal_unread white black
#color listfocus_unread black green bold
#color title black green bold
#color info black green bold
#color hint-key black green bold
#color hint-keys-delimiter black green
#color hint-separator black green bold
#color hint-description black green
#color article white black
refresh-on-startup no
define-filter "Linux articles" "title =~ \"Linux\""
#color info color15 color6
#macro y set browser "mpv %u"; open-in-browser ; set browser "elinks %u"
#color listfocus color15 color0
#color listfocus black green
# color listfocus_unread black green bold
#highlight-article "title =~ \"Productivity\"" white red bold
#highlight-article "title =~ \"Setup\"" yellow red bold
#highlight all "Linux" yellow red bold
notify-program "notify-send"
notify-screen no
notify-xterm yes
max-items 60
download-path "~/Downloads"
player mpv
#browser /home/lemon/bin/lynx
browser lynx
#macro m set browser "mpv %u" ; open-in-browser ; set browser "/home/lemon/dotfiles/lynx/lynx %u"
macro m set browser "mpv %u" ; open-in-browser ; set browser "lynx %u"
#
# press ,y to log the url - you can type a comment to prefix the URL in the log file but it doesn't prompt you...
# massive hack but it works
macro y set browser "get-newsboat-comment.sh %u" ; open-in-browser ; set browser "/home/lemon/dotfiles/lynx/lynx %u"
# color light
#include /usr/local/share/doc/newsboat/contrib/colorschemes/light
# # solarized
# color background default default
# color listnormal default default
# color listnormal_unread default default
# color listfocus black cyan
# color listfocus_unread black cyan
# color info default black
# color article default default
confirm-mark-all-feeds-read no
confirm-mark-feed-read no
show-read-articles no
# highlights
highlight article "^(Title):.*$" blue default
highlight article "https?://[^ ]+" red default
highlight article "\\[image\\ [0-9]+\\]" green default
|