{"id":48543938,"url":"https://github.com/ntsk/rss.rs","last_synced_at":"2026-04-08T06:01:40.176Z","repository":{"id":349119261,"uuid":"1131639954","full_name":"ntsk/rss.rs","owner":"ntsk","description":"A terminal-based RSS/Atom feed reader with TUI.","archived":false,"fork":false,"pushed_at":"2026-02-16T02:35:51.000Z","size":183,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T10:33:43.304Z","etag":null,"topics":["rss","rss-reader","rust","tui"],"latest_commit_sha":null,"homepage":"https://github.com/ntsk/rss.rs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ntsk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-10T12:14:10.000Z","updated_at":"2026-02-01T11:55:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ntsk/rss.rs","commit_stats":null,"previous_names":["ntsk/rss.rs"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ntsk/rss.rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntsk%2Frss.rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntsk%2Frss.rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntsk%2Frss.rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntsk%2Frss.rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ntsk","download_url":"https://codeload.github.com/ntsk/rss.rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntsk%2Frss.rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31542384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rss","rss-reader","rust","tui"],"created_at":"2026-04-08T06:01:35.548Z","updated_at":"2026-04-08T06:01:40.160Z","avatar_url":"https://github.com/ntsk.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rss.rs\n\n[![test](https://github.com/ntsk/rss.rs/actions/workflows/test.yml/badge.svg)](https://github.com/ntsk/rss.rs/actions/workflows/test.yml)\n[![lint](https://github.com/ntsk/rss.rs/actions/workflows/lint.yml/badge.svg)](https://github.com/ntsk/rss.rs/actions/workflows/lint.yml)\n\nA simple RSS/Atom feed reader for the terminal.\n\n## Features\n\n- Vim-style keybindings\n- RSS 1.0/2.0 and Atom support\n- OPML import/export\n- Reader mode with readability extraction\n- Auto-refresh\n\n## Installation\n\n### Homebrew\n\n```bash\nbrew install ntsk/tap/rss\n```\n\n### Nix\n\n```bash\nnix run github:ntsk/rss.rs\n```\n\n### From source\n\n```bash\ncargo install --path .\n```\n\n## Usage\n\n```bash\nrss                              # View articles\nrss add \u003curl\u003e                    # Add feed\nrss delete \u003curl\u003e                 # Remove feed\nrss list                         # List feeds\nrss import \u003cfile.opml\u003e           # Import from OPML\nrss export \u003cfile.opml\u003e           # Export to OPML\n```\n\n## Keybindings\n\n### Article List\n\n| Key | Action |\n|-----|--------|\n| `j` / `k` | Navigate up/down |\n| `g` / `G` | Go to top/bottom |\n| `Ctrl+d` / `Ctrl+u` | Half page down/up |\n| `Enter` | View article |\n| `o` | Open in browser |\n| `/` | Search |\n| `n` / `N` | Next/prev match |\n| `l` | Feed list |\n| `a` | Add feed |\n| `r` | Reload |\n| `q` | Quit |\n\n### Article View\n\n| Key | Action |\n|-----|--------|\n| `j` / `k` | Move cursor down/up |\n| `h` / `l` | Move cursor left/right |\n| `g` / `G` | Go to top/bottom |\n| `0` / `$` | Go to line start/end |\n| `Ctrl+d` / `Ctrl+u` | Half page down/up |\n| `Ctrl+f` / `Ctrl+b` | Full page down/up |\n| `v` | Visual select (character) |\n| `V` | Visual select (line) |\n| `y` | Yank (copy) selection |\n| `o` | Open in browser |\n| `q` / `Esc` | Back to list |\n\n### Feed List\n\n| Key | Action |\n|-----|--------|\n| `j` / `k` | Navigate up/down |\n| `g` / `G` | Go to top/bottom |\n| `Enter` | Filter by feed |\n| `o` | Open feed URL |\n| `a` | Add feed |\n| `d` | Delete feed |\n| `s` | Sort feeds |\n| `Esc` | Back to list |\n\n## Configuration\n\nConfig files are stored in `~/.config/rss/`.\n\n```toml\n# ~/.config/rss/config.toml\nrefresh_interval_secs = 300\nauto_sort = false\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntsk%2Frss.rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntsk%2Frss.rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntsk%2Frss.rs/lists"}