Tech feeds in your terminal cooked al dente with Zig.
- Trending repositories - View the trending repositories on GitHub.
- Hacker News - View the top stories on Hacker News.
- Product Hunt - View the top stories on Product Hunt.
- ArXiv - View the top papers on ArXiv.
- RSS Feeds - View the top stories from any RSS feed.
git clone https://github.com/atasoya/carbonara.git
cd carbonara
zig build # and link the binary to your $PATHbrew tap atasoya/carbonara
brew install carbonaraCarbonara reads its configuration from $HOME/.config/carbonara/config.json.
{
"rss_feeds": [
"https://ziglang.org/news/index.xml",
]
}To enable Product Hunt, set the PRODUCT_HUNT_TOKEN environment variable to your token.
export PRODUCT_HUNT_TOKEN=your-token
