akrennmair/newsbeuter — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a terminal based RSS and Atom feed reader for Unix like systems. I want it to feel like a serious keyboard driven console app, kind of like an email client for feeds, where I can add feed URLs, refresh them, browse unread articles, open posts, and keep everything saved locally between sessions.

It should support common RSS and Atom feeds, store data in a local database, handle network fetching reliably, and have a clean text interface that works well in a terminal. Please include basic configuration files so users can set their feed list and preferences, plus sensible keyboard shortcuts for moving around, marking items read, and opening links.

Make it buildable from source with a simple make command, include tests where reasonable, and write clear install and usage docs. If you need current details for feed formats or terminal UI libraries, look them up online.

Want more depth? Deep Reverse