diff options
author | Jackson Taylor <jtaylormuffins@gmail.com> | 2021-01-27 22:02:13 -0500 |
---|---|---|
committer | Jackson Taylor <jtaylormuffins@gmail.com> | 2021-01-27 22:02:13 -0500 |
commit | e5d3687bf9c7c83e9841f9e70c73a05d8ae56c02 (patch) | |
tree | 770cbc8dc0224814de17e42422e1927bbeaccfa9 /.config/newsboat |
Initial commit
Diffstat (limited to '.config/newsboat')
-rw-r--r-- | .config/newsboat/config | 52 | ||||
-rw-r--r-- | .config/newsboat/urls | 22 |
2 files changed, 74 insertions, 0 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config new file mode 100644 index 0000000..5d62a88 --- /dev/null +++ b/.config/newsboat/config @@ -0,0 +1,52 @@ +auto-reload yes + +external-url-viewer "urlscan -dc -r 'linkhandler {}'" + +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 + +color listnormal cyan default +color listfocus black yellow standout bold +color listnormal_unread blue default +color listfocus_unread yellow default bold +color info red black bold +color article white default bold + +browser linkhandler +macro , open-in-browser +macro t set browser "qndl" ; open-in-browser ; set browser linkhandler +macro a set browser "tsp youtube-dl --add-metadata -xic -f bestaudio/best" ; open-in-browser ; set browser linkhandler +macro v set browser "setsid -f mpv" ; open-in-browser ; set browser linkhandler +macro w set browser "lynx" ; open-in-browser ; set browser linkhandler +macro p set browser "dmenuhandler" ; open-in-browser ; set browser linkhandler +macro c set browser "xsel -b <<<" ; open-in-browser ; set browser linkhandler +macro C set browser "youtube-viewer --comments=%u" ; open-in-browser ; set browser linkhandler + +highlight all "---.*---" yellow +highlight feedlist ".*(0/0))" black +highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold +highlight article "(^Link:.*|^Date:.*)" default default +highlight article "https?://[^ ]+" green default +highlight article "^(Title):.*$" blue default +highlight article "\\[[0-9][0-9]*\\]" magenta default bold +highlight article "\\[image\\ [0-9]+\\]" green default bold +highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold +highlight article ":.*\\(link\\)$" cyan default +highlight article ":.*\\(image\\)$" blue default +highlight article ":.*\\(embedded flash\\)$" magenta default diff --git a/.config/newsboat/urls b/.config/newsboat/urls new file mode 100644 index 0000000..afacb37 --- /dev/null +++ b/.config/newsboat/urls @@ -0,0 +1,22 @@ +---Linux--- +https://www.archlinux.org/feeds/news/ + +---Personalities--- +http://lukesmith.xyz/rss.xml +https://notrelated.libsyn.com/rss +http://blog.cleancoder.com/atom.xml "~Uncle Bob" +https://videos.lukesmith.xyz/feeds/videos.xml?videoChannelId=2 "~Luke Smith Videos" +https://jacksontaylor.xyz/rss.xml "~Jackson Taylor" + +---Tech--- +https://suckless.org/atom.xml + +---Youtube--- +https://www.youtube.com/feeds/videos.xml?channel_id=UCJHA_jMfCvEnv-3kRjTCQXw "~Binging with Babish" +https://www.youtube.com/feeds/videos.xml?channel_id=UCfbnTUxUech4P1XgYUwYuKA "~Cold Ones" +https://www.youtube.com/feeds/videos.xml?channel_id=UC9-y-6csu5WGm29I7JiwpnA "~Computerphile" +https://www.youtube.com/feeds/videos.xml?channel_id=UCmh5gdwCx6lN7gEC20leNVA "~David Dobrik" +https://www.youtube.com/feeds/videos.xml?channel_id=UC4USoIAL9qcsx5nCZV_QRnA "~iDubbzTV" +https://www.youtube.com/feeds/videos.xml?channel_id=UC-tsNNJ3yIW98MtPH6PWFAQ "~iDubbbzTV2" +https://www.youtube.com/feeds/videos.xml?channel_id=UCtHaxi4GTYDpJgMSGy7AeSw "~Michael Reeves" +https://www.youtube.com/feeds/videos.xml?channel_id=UCsnGwSIHyoYN0kiINAGUKxg "~Wolfgang" |