| Crates.io | nos-cli |
| lib.rs | nos-cli |
| version | 0.1.0 |
| created_at | 2025-08-04 22:28:24.408847+00 |
| updated_at | 2025-08-04 22:28:24.408847+00 |
| description | A terminal-based RSS feed reader for NOS.nl news |
| homepage | https://github.com/thijmen-nos/nos-cli |
| repository | https://github.com/thijmen-nos/nos-cli |
| max_upload_size | |
| id | 1781283 |
| size | 227,622 |
A modern, fast terminal-based RSS feed reader specifically designed for NOS.nl (Nederlandse Omroep Stichting) news feeds.
# Clone the repository
git clone https://github.com/thijmen-nos/nos-cli.git
cd nos-cli
# Build and install
cargo install --path .
Start the application:
nos-cli
The application uses intuitive keybindings:
↑/↓ or j/k: Navigate between feedsEnter/l/→: Select a feedq/Esc: Quit application↑/↓ or j/k: Navigate between articlesEnter/l/→: Open article detailsh/←/Backspace: Return to feed selectionq/Esc: Quit application↑/↓ or j/k: Scroll article contentJ/K: Jump to next/previous articleh/←/Backspace: Return to article listq/Esc: Quit application# Debug build
cargo build
# Release build
cargo build --release
# Run with cargo
cargo run
# Run with debug logging
RUST_LOG=debug cargo run
cargo test
We welcome contributions! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
cargo fmt)cargo test)This project is licensed under either of
at your option.
If you encounter any issues or have questions, please open an issue on GitHub.
Made with ❤️ for the Dutch news community