{"id":51119011,"url":"https://github.com/sulthonzh/gh-activity","last_synced_at":"2026-06-25T00:30:37.654Z","repository":{"id":363635466,"uuid":"1264197258","full_name":"sulthonzh/gh-activity","owner":"sulthonzh","description":"See your recent GitHub activity timeline across all repos","archived":false,"fork":false,"pushed_at":"2026-06-16T20:11:37.000Z","size":17,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-16T22:09:26.146Z","etag":null,"topics":["activity","cli","github","timeline"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/sulthonzh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-09T16:49:04.000Z","updated_at":"2026-06-16T20:07:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sulthonzh/gh-activity","commit_stats":null,"previous_names":["sulthonzh/gh-activity"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sulthonzh/gh-activity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulthonzh%2Fgh-activity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulthonzh%2Fgh-activity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulthonzh%2Fgh-activity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulthonzh%2Fgh-activity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sulthonzh","download_url":"https://codeload.github.com/sulthonzh/gh-activity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulthonzh%2Fgh-activity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34755061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"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":["activity","cli","github","timeline"],"created_at":"2026-06-25T00:30:37.077Z","updated_at":"2026-06-25T00:30:37.645Z","avatar_url":"https://github.com/sulthonzh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gh-activity\n\nSee your recent GitHub activity timeline across all repos, right in the terminal.\n\n## Why\n\nGitHub's activity feed is buried in the web UI. When you come back after a weekend, you want to see what happened — commits, PRs, issues, releases — without clicking through 10 pages. This gives you a quick timeline.\n\nAlso useful for standups: `gh-activity --days 1` shows yesterday's work across all your repos.\n\n## Install\n\n```bash\nnpm install -g gh-activity\n```\n\nRequires [gh CLI](https://cli.github.com) authenticated (`gh auth login`).\n\n## Usage\n\n```bash\n# Last 7 days (default)\ngh-activity\n\n# Yesterday's work (standup prep)\ngh-activity --days 1\n\n# Last month\ngh-activity --days 30\n\n# One repo\ngh-activity --repo sulthonzh/my-project\n\n# Only push events\ngh-activity --type push\n\n# Types: push, pr, issue, release, star, fork, review\ngh-activity --type pr\n\n# Someone else\ngh-activity --user octocat\n\n# JSON output\ngh-activity --json\n\n# Markdown (for docs/reports)\ngh-activity --markdown\n\n# More events\ngh-activity --limit 100\n```\n\n## Output\n\nText (default):\n```\n📁 sulthonzh/my-app\n  ⬆️ main (+3 commits) — fix login bug  2h ago\n  🔀 #42 opened — Add dark mode  1d ago\n\n📁 sulthonzh/oss-tool\n  📦 v2.1.0  3d ago\n  ⭐ starred  4d ago\n```\n\n## As a module\n\n```js\nimport { fetchActivity, formatText } from \"gh-activity\";\n\nconst events = await fetchActivity({ days: 7, user: \"octocat\" });\nconsole.log(formatText(events));\n```\n\n## Zero dependencies\n\nUses only Node.js built-ins and your existing `gh` auth. No API tokens to manage.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulthonzh%2Fgh-activity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsulthonzh%2Fgh-activity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulthonzh%2Fgh-activity/lists"}