From afb2da0f5eff8f94b80a5e195305231e644e9794 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 14 Jun 2025 12:21:28 -0500 Subject: [PATCH] home/common/newsboat | add filters and pipeto emailtask --- home/common/newsboat.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/common/newsboat.nix b/home/common/newsboat.nix index c3ff837..05d1507 100644 --- a/home/common/newsboat.nix +++ b/home/common/newsboat.nix @@ -18,9 +18,12 @@ bind-key j next bind-key k prev bind m article,articlelist pipe-to "neomutt -s\"RSS Article\" don@donharper.org" -- "Email article" + bind w article,articlelist pipe-to "emailtask" -- "Add article to task" cleanup-on-quit yes confirm-exit yes delete-read-articles-on-quit yes + define-filter "utube" "feedtitle =~ \"UT - .*\"" + define-filter "not utube" "feedtitle !~ \"UT - .*\"" display-article-progress yes download-full-page yes error-log "~/.config/newsboat/error.log"