config (2223B)
1 #show-read-feeds no 2 auto-reload yes 3 4 external-url-viewer "urlscan -dc -r 'linkhandler.sh {}'" 5 6 bind-key j down 7 bind-key k up 8 bind-key j next articlelist 9 bind-key k prev articlelist 10 bind-key J next-feed articlelist 11 bind-key K prev-feed articlelist 12 bind-key G end 13 bind-key g home 14 bind-key d pagedown 15 bind-key u pageup 16 bind-key l open 17 bind-key h quit 18 bind-key a toggle-article-read 19 bind-key n next-unread 20 bind-key N prev-unread 21 bind-key D pb-download 22 bind-key U show-urls 23 bind-key x pb-delete 24 25 color listnormal cyan default 26 color listfocus black yellow standout bold 27 color listnormal_unread blue default 28 color listfocus_unread yellow default bold 29 color info red black bold 30 color article white default bold 31 32 browser linkhandler.sh 33 macro , open-in-browser 34 macro t set browser "qndl" ; open-in-browser ; set browser linkhandler.sh 35 macro a set browser "tsp yt-dlp --embed-metadata -xic -f bestaudio/best --restrict-filenames" ; open-in-browser ; set browser linkhandler.sh 36 macro v set browser "setsid -f mpv" ; open-in-browser ; set browser linkhandler.sh 37 macro w set browser "lynx" ; open-in-browser ; set browser linkhandler.sh 38 macro d set browser "dmenuhandler" ; open-in-browser ; set browser linkhandler.sh 39 macro c set browser "echo %u | xclip -r -sel c" ; open-in-browser ; set browser linkhandler.sh 40 macro C set browser "youtube-viewer --comments=%u" ; open-in-browser ; set browser linkhandler.sh 41 macro p set browser "peertubetorrent %u 480" ; open-in-browser ; set browser linkhandler.sh 42 macro P set browser "peertubetorrent %u 1080" ; open-in-browser ; set browser linkhandler.sh 43 44 highlight all "---.*---" yellow 45 highlight feedlist ".*(0/0))" black 46 highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold 47 highlight article "(^Link:.*|^Date:.*)" default default 48 highlight article "https?://[^ ]+" green default 49 highlight article "^(Title):.*$" blue default 50 highlight article "\\[[0-9][0-9]*\\]" magenta default bold 51 highlight article "\\[image\\ [0-9]+\\]" green default bold 52 highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold 53 highlight article ":.*\\(link\\)$" cyan default 54 highlight article ":.*\\(image\\)$" blue default 55 highlight article ":.*\\(embedded flash\\)$" magenta default