Reedy is a terminal-based RSS feed reader with a clean interface built with Rust and Ratatui.
- 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
# Install directly from crates.io
cargo install reedy
# 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 feed
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
cargo test
cargo build
MIT