Rssnix
Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
Install / Use
/learn @h2337/RssnixREADME
TOC
Demonstration

Installation
You need to have Go >=1.19 installed.
git clone https://github.com/h2337/rssnix --depth=1 && cd rssnix && go install
Flags
config
- Opens config file with
$EDITOR
update [feed name]
- If [feed name] argument is given and is space-delimited list of feeds, then these feeds are updated
- If no [feed name] argument is given then all feeds are updated
open [feed name]
- If [feed name] argument is given then the said feed's directory is opened with the configured viewer
- If no [feed name] argument is given then the root feeds directory is opened with the configured viewer
add [feed name] [feed url]
- Adds a new feed to the config file
import [OPML URL or file path]
- Imports feeds from OPML file
refetch [feed name]
- delete and refetch given feed(s) or all feeds if no argument is given
version
- Prints the rssnix version
Config
Config file is expected to be at ~/.config/rssnix/config.ini.
Sample config file:
[settings]
viewer = vim
feed_directory = ~/rssnix
[feeds]
CNN-Tech = http://rss.cnn.com/rss/edition_technology.rss
HackerNews = https://news.ycombinator.com/rss
(Tip: ranger is another great candidate for viewer)
Related Skills
node-connect
341.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
341.2kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
frontend-design
84.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
