summaryrefslogtreecommitdiff
path: root/.config/newsboat/config
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2025-08-31 21:46:11 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2025-08-31 21:46:11 -0400
commitbb4010e31c79d2716098843f7fe9b38c969f0950 (patch)
tree10ed7f8f1fbfda3f6d0d6d9f528911a1416fcc74 /.config/newsboat/config
parentb0eb9b97fe9466d92927a5e746054921e44eaa0c (diff)
newsboat adds youtube urls to a file for downloading
Diffstat (limited to '.config/newsboat/config')
-rw-r--r--.config/newsboat/config47
1 files changed, 47 insertions, 0 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config
new file mode 100644
index 0000000..f654fb3
--- /dev/null
+++ b/.config/newsboat/config
@@ -0,0 +1,47 @@
+#show-read-feeds no
+auto-reload yes
+
+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
+
+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
+
+browser linkhandler
+macro , open-in-browser
+macro y set browser "echo %u >> ~/Videos/youtube/list.txt"; open-in-browser ; set browser linkhandler
+macro c set browser "echo %u | xclip -r -sel c" ; open-in-browser ; set browser linkhandler
+