| Crates.io | reedy |
| lib.rs | reedy |
| version | 0.1.4 |
| created_at | 2025-03-10 06:03:45.690079+00 |
| updated_at | 2025-03-10 06:03:45.690079+00 |
| description | A terminal-based RSS reader with a clean TUI interface |
| homepage | https://github.com/dorryspears/reedy |
| repository | https://github.com/dorryspears/reedy |
| max_upload_size | |
| id | 1586191 |
| size | 175,271 |
Reedy is a terminal-based RSS feed reader with a clean interface built with Rust and Ratatui.
# 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
↑/k, ↓/j: Navigate between itemsPgUp, PgDown: Scroll page up/downg: Scroll to top of feedEnter: Read selected feedo: 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 applicationcargo test
cargo build
MIT