From 13a6cf624e6492102ba9886e6725ee8833db2310 Mon Sep 17 00:00:00 2001 From: c47 Date: Wed, 6 Mar 2024 21:50:43 +0100 Subject: [PATCH] Add newsboat to dotfiles Installed the newsboat feedreader, added it's XDG config directory to the repository with first (hidden) feed of phoronix.com and a query feed that filters articles that contain the word Microsoft in their title. --- .gitignore | 2 ++ newsboat/urls | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 newsboat/urls diff --git a/.gitignore b/.gitignore index adf6095..d79894d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ +/newsboat/cache.db + /xmonad/* !/xmonad/xmonad.hs diff --git a/newsboat/urls b/newsboat/urls new file mode 100644 index 0000000..8e6ab8b --- /dev/null +++ b/newsboat/urls @@ -0,0 +1,3 @@ +https://www.phoronix.com/rss.php tech linux !phoronix + +"query:Phoronix:title !~ \"[mM]icrosoft\""