From dc256484f27b1ebc662fa425b9717546b40c7237 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 23 Feb 2025 09:22:25 +0100 Subject: Update --- .newsboat/config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .newsboat/config (limited to '.newsboat/config') diff --git a/.newsboat/config b/.newsboat/config new file mode 100644 index 0000000..6ba43d0 --- /dev/null +++ b/.newsboat/config @@ -0,0 +1,15 @@ +reload-threads 100 +article-sort-order date-desc +show-read-feeds no +refresh-on-startup yes +confirm-mark-all-feeds-read no +confirm-mark-feed-read no +browser "firefox --new-tab %u" + +highlight article "^(Feed):.*$" yellow default +highlight article "^(Title):.*$" yellow default +highlight article "^(Date):.*$" yellow default +highlight article "^(Author):.*$" yellow default +highlight article "^(Link):.*$" yellow default +highlight article "https?://[^ ]+" cyan default +highlight article "\\[[0-9][0-9]*\\]" cyan default -- cgit v1.2.3