BULLETTY is a terminal user interface (TUI) feed reader for RSS and ATOM that allows users to read subscriptions directly in the terminal. With offline access and local storage for articles, highlights, and comments, it prioritizes user control over data. Explore your favorite content with a clean and efficient interface.
bulletty is a terminal-based user interface (TUI) feed reader designed for managing RSS and ATOM feeds efficiently. This innovative tool allows users to read subscriptions directly within the terminal, ensuring that all articles are stored locally in Markdown format for easy access and offline reading.
To get started with bulletty, users can add new feed sources directly through the command line interface (CLI). Example command for adding a feed source:
bulletty add https://crocidb.com/index.xml [Category]
Without specifying a category, the feed will be added to the default 'General' category. Syncing all sources is as simple as invoking bulletty. Alternatively, update entries by executing:
bulletty update
bulletty features intuitive command navigation. Pressing the ? key provides command options for the current screen, while navigation keys allow for fluid movement through content:
j/k or arrow keys for item selection.g/G/Home/End to quickly navigate to the beginning or end of lists.Enter key opens entries, and q/Esc exits to previous views. To open an entry externally, simply press o.The essence of bulletty lies in fostering a decentralized internet, empowering users to subscribe to their favorite sources and possess their content in a format that is easily manageable. Each article is saved as a Markdown file, allowing for flexible reading options within the embedded reader or any text editor.
Data is organized within the directory structure located at $HOME/.local/share/bulletty/, making it straightforward to synchronize all content akin to an Obsidian vault.
bulletty is an open-source project welcoming contributions to enhance its features. For further details on how to contribute, see the project’s CONTRIBUTING.md.
No comments yet.
Sign in to be the first to comment.