{"id":16064730,"url":"https://github.com/trevarj/frdr","last_synced_at":"2025-10-08T08:20:26.266Z","repository":{"id":235581701,"uuid":"790957627","full_name":"trevarj/frdr","owner":"trevarj","description":"RSS/Atom Reader using fzf","archived":false,"fork":false,"pushed_at":"2024-04-28T16:53:51.000Z","size":78,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T17:22:23.567Z","etag":null,"topics":["atom-feed","fzf","rss-aggregator","rss-feed","rss-reader"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trevarj.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}},"created_at":"2024-04-23T20:44:26.000Z","updated_at":"2025-03-03T06:42:08.000Z","dependencies_parsed_at":"2024-10-27T17:21:38.327Z","dependency_job_id":"ac6d04be-b6ed-45ff-854e-8b648b21be88","html_url":"https://github.com/trevarj/frdr","commit_stats":{"total_commits":48,"total_committers":1,"mean_commits":48.0,"dds":0.0,"last_synced_commit":"806f4bedc3a71cfc07e093f50a9b5beb31902804"},"previous_names":["trevarj/frdr"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevarj%2Ffrdr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevarj%2Ffrdr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevarj%2Ffrdr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevarj%2Ffrdr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trevarj","download_url":"https://codeload.github.com/trevarj/frdr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244164685,"owners_count":20408973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["atom-feed","fzf","rss-aggregator","rss-feed","rss-reader"],"created_at":"2024-10-09T05:09:17.569Z","updated_at":"2025-10-08T08:20:21.178Z","avatar_url":"https://github.com/trevarj.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Feed Reader (frdr)\n\nA terminal RSS reader which utilizes popular *nix tools\n\n[![asciicast](https://asciinema.org/a/656386.svg)](https://asciinema.org/a/656386)\n\n## Requirements\n- [fzf](https://github.com/junegunn/fzf) - Fuzzy-finder and previewer (UI)\n- [jq](https://github.com/jqlang/jq) - JSON parsing\n- [rss2json](https://github.com/trevarj/rss2json) - Converts RSS XML to JSON\n\n## Config\nA bash env file placed in `~/.config/frdr/config.bash` which contains a bash\narray of RSS feeds.\n\nPlease see [the sample config](./sample.config.bash) for a full example.\n\n```sh\nFEEDS=(\n\t# \"Alias URL\"\n\t\"trev https://trevarj.github.io/rss.xml\"\n\t# \"trev_local /tmp/rss.xml\"\n)\nFRDR_PAGER=\"lynx -stdin\"           # Pager that is used when pressing 'enter' on a post\nFRDR_PREVIEWER=\"lynx -dump -stdin\" # Pager used in the preview pane when hovering a post\n```\n\n## Usage\n\nSimply run:\n```sh\nfrdr\n```\n\n### Default Controls\n\nAll controls except enter are able to be overridden.\n\n| Key    | Description\n| ---    | ---\n| enter  | Open post in `$PAGER`\n| ctrl-r | Refresh all feeds\n| ctrl-y | Mark post as read\n| ctrl-u | Mark post as unread\n| esc    | Show unread posts\n| ctrl-h | Show read (hidden) posts\n| ctrl-o | xdg-open URL to post\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrevarj%2Ffrdr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrevarj%2Ffrdr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrevarj%2Ffrdr/lists"}