Newsboat Configuration
Newsboat is a fork of Newsbeuter, the "Mutt of feed readers", and is "actively maintained while Newsbeuter isn't." Effectively, Newsboat is the continuation of Newsbeuter and not a separate project.
I set Newsboat up to mostly use the same colors I configured for Mutt as well as similar keybindings. Newsboat doesn't really have the flexibility to faithfully reproduce all my Mutt key bindings, but it does get close enough: I only get irritated once in a while because of muscle memory.
My urls
file is encrypted with git-crypt.
-
o opens the URL associated with the current article using
$BROWSER
. I have$BROWSER
set tofirefox-esr
, so articles are opened in Firefox instead of a text-based browser. -
, o passes the URL associated with the current article to mpv using the
mpv.sh
script in this directory. A newscreen(1)
split is created for mpv and is killed again when mpv exits. I use this keybinding for YouTube subscriptions. -
All my YouTube subscriptions are aggregated into a single feed. The relevant section of my
urls
file looks like this:https://www.youtube.com/feeds/videos.xml?channel_id=UCYO_jab_esuFRV4b17AJtAw "~3Blue1Brown" !YouTube YouTube https://www.youtube.com/feeds/videos.xml?channel_id=UC8BtBl8PNgd3vWKtm2yJ7aA "~Bartosz Milewski" !YouTube YouTube ... "query:YouTube:tags # \"YouTube\""
See section 4.7 of the manual for the documentation of query feeds and issue #33 of Newsboat for the reason the YouTube feeds are tagged as both
!YouTube
(hidden tag) andYouTube
.