Newsboat is an Atomm and RSS reader from the terminal.
Install newsboat:
sudo apt install -y newsboat
Configure newsboat to resolve over Tor:
printf "use-proxy yes
proxy-type socks5h
proxy 127.0.0.1:9050
" | tee -a ~/.newsboat/config
Add an onion feed (Qubes OS feed example):
printf "http://qubesosfasa4zl44o4tws22di6kepyzfeqv3tg4e3ztknltfxqrymdad.onion/feed.xml" | tee -a ~/.newsboat/urls
Start newsboat and refresh feeds from start:
newsboat -r
QuiteRSS is a feed reader written in Qt/C++.
Install quiterss:
sudo apt install -y quiterss
Configure the proxy: Tools
-> Options
(F8) -> Network Connections
-> Manual proxy configuration
:
SOCKS5
Proxy server: 127.0.0.1
Port: 9050
Add an onion feed (Qubes OS feed example):
Ctrl+N
-> Paste the following as the url: http://qubesosfasa4zl44o4tws22di6kepyzfeqv3tg4e3ztknltfxqrymdad.onion/feed.xml