{"id":13812985,"url":"https://github.com/pengux/feeda","last_synced_at":"2025-10-11T08:18:37.468Z","repository":{"id":74728947,"uuid":"129611742","full_name":"pengux/feeda","owner":"pengux","description":"Feeds (RSS2/Atom) aggregator as a CLI tool","archived":false,"fork":false,"pushed_at":"2020-05-10T09:03:11.000Z","size":46,"stargazers_count":19,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T08:18:36.006Z","etag":null,"topics":["cli","feeds","golang","rss","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pengux.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}},"created_at":"2018-04-15T13:16:10.000Z","updated_at":"2022-04-03T23:12:05.000Z","dependencies_parsed_at":"2024-01-15T16:15:24.312Z","dependency_job_id":"9345e8fe-161d-43ae-8587-dd8fb0235414","html_url":"https://github.com/pengux/feeda","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pengux/feeda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pengux%2Ffeeda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pengux%2Ffeeda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pengux%2Ffeeda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pengux%2Ffeeda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pengux","download_url":"https://codeload.github.com/pengux/feeda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pengux%2Ffeeda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006768,"owners_count":26084148,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":["cli","feeds","golang","rss","sqlite"],"created_at":"2024-08-04T04:00:59.298Z","updated_at":"2025-10-11T08:18:37.450Z","avatar_url":"https://github.com/pengux.png","language":"Go","readme":"# feeda\nFeeds (RSS2/Atom) aggregator as a CLI tool.\n\n[![Build Status](https://travis-ci.org/pengux/feeda.svg?branch=master)](https://travis-ci.org/pengux/feeda)\n\n## Installation\n\n```sh\ngo get -u github.com/pengux/feeda\n```\n\n## Usage\n\n```sh\nFeeds are stored in a SQLite database which default to ~/.feeda/db.sqlite\nUsual work flow is:\n\n# Add a feed\nfeeda add [URL to feed]\n\n# List feeds\nfeeda listFeeds\n\n# Sync feeds\nfeeda sync\n\n# Sync feed with ID=1\nfeeda sync 1\n\n# List 10 unread entries from feed with ID=1 and set them as read order by oldest first\nfeeda list --unread --setAsRead --limit=10 --feed=1\n\n# List 50 unread entries from all feeds and show only their URLs and set them as read\n# order by oldest first. Pipe it to \"open\" to open in the default browser\nfeeda list -l=50 -u -r -o | xargs open\n\nUsage:\n  feeda [command]\n\nAvailable Commands:\n  add         Add RSS feeds\n  delete      Delete items\n  deleteFeed  Delete feeds\n  help        Help about any command\n  list        List items from feeds\n  listFeeds   List all feeds\n  sync        Download latest items of one or multiple feeds\n\nFlags:\n      --db string   Location of DB, defaults to ~/.feeda/db.sqlite\n  -h, --help        help for feeda\n\nUse \"feeda [command] --help\" for more information about a command.\n```\n\nUse [cron](https://en.wikipedia.org/wiki/Cron) to sync your feeds regularly, for example:\n\n```\n*/10 * * * * feeda sync\n```\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpengux%2Ffeeda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpengux%2Ffeeda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpengux%2Ffeeda/lists"}