29th November 2024
Instead of fiddling around with the urls
file in newsboat, I added the following command
to my .zshrc
file to make it easier:
alias rss-add="echo "$1" >> ~/.newsboat/urls"
Now, I just run rss-add "FEED-URL"
and it gets added
automatically.