1 unstable release
| 0.1.4 | Mar 10, 2025 |
|---|
#2690 in Text processing
96KB
2K
SLoC
Reedy - A TUI RSS Feed Reader
Reedy is a terminal-based RSS feed reader with a clean interface built with Rust and Ratatui.
Features
- Read and manage RSS and Atom feeds
- Mark articles as read/unread
- Save favorite articles
- Open articles in your browser
- Clean and responsive terminal UI
- Keyboard-based navigation
Installation
# Clone the repository
git clone https://github.com/USERNAME/reedy.git
cd reedy
# Build the application
cargo build --release
# Run the application
cargo run --release
Usage
Navigation
↑/k,↓/j: Navigate between itemsPgUp,PgDown: Scroll page up/downg: Scroll to top of feedEnter: Read selected feed
Actions
o: Open selected item in browserr: Toggle read status of selected itemR: Mark all items as readf: Toggle favorite status of selected itemF: Toggle favorites viewm: Open feed managerc: Refresh feed cache?: Toggle help menuq/Esc: Quit application
Development
Running Tests
cargo test
Building
cargo build
License
MIT
Dependencies
~21–38MB
~625K SLoC