{"id":48566119,"url":"https://github.com/moneycaringcoder/gitstream-tui","last_synced_at":"2026-04-12T00:13:04.616Z","repository":{"id":349968740,"uuid":"1203912272","full_name":"moneycaringcoder/gitstream-tui","owner":"moneycaringcoder","description":"Live GitHub activity feed TUI — watch repo events in your terminal","archived":false,"fork":false,"pushed_at":"2026-04-08T10:29:53.000Z","size":94,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-08T11:26:40.931Z","etag":null,"topics":["github","go","golang","tools","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","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/moneycaringcoder.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-04-07T14:02:09.000Z","updated_at":"2026-04-08T10:30:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/moneycaringcoder/gitstream-tui","commit_stats":null,"previous_names":["moneycaringcoder/gitstream-tui"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/moneycaringcoder/gitstream-tui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneycaringcoder%2Fgitstream-tui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneycaringcoder%2Fgitstream-tui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneycaringcoder%2Fgitstream-tui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneycaringcoder%2Fgitstream-tui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moneycaringcoder","download_url":"https://codeload.github.com/moneycaringcoder/gitstream-tui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneycaringcoder%2Fgitstream-tui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31556239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["github","go","golang","tools","tui"],"created_at":"2026-04-08T13:01:39.955Z","updated_at":"2026-04-12T00:13:04.609Z","avatar_url":"https://github.com/moneycaringcoder.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gitstream-tui\n\nA lightweight terminal dashboard for watching GitHub repository activity in real-time. Built for developers running multiple agentic coding sessions who need a single pane of glass for what's happening across their repos.\n\n## Features\n\n- Live multi-repo activity feed (pushes, PRs, comments, reviews, CI, branches)\n- Color-coded event types for quick scanning\n- Configurable polling interval\n- Minimal resource usage - single binary, no runtime dependencies\n- Keyboard navigation and filtering\n\n## Install\n\n### Homebrew (macOS / Linux)\n\n```bash\nbrew install moneycaringcoder/tap/gitstream\n```\n\n### Scoop (Windows)\n\n```powershell\nscoop bucket add moneycaringcoder https://github.com/moneycaringcoder/scoop-bucket\nscoop install gitstream\n```\n\n### Go\n\n```bash\ngo install github.com/moneycaringcoder/gitstream-tui/cmd/gitstream@latest\n```\n\nRequires Go 1.24+. The binary is installed to `$GOPATH/bin` (usually `~/go/bin`).\n\n\u003e **Note:** `go install` builds from source and does not embed version info. For automatic update checks to work correctly, use one of the other install methods or download a pre-built binary.\n\n### Pre-built binaries\n\nDownload the latest release for your platform from [Releases](https://github.com/moneycaringcoder/gitstream-tui/releases). Extract and place the binary somewhere on your `PATH`.\n\n## Updating\n\n### Homebrew\n\n```bash\nbrew upgrade gitstream\n```\n\n### Scoop\n\n```powershell\nscoop update gitstream\n```\n\n## Usage\n\n```bash\n# First run - creates config at ~/.config/gitstream/config.yaml\ngitstream\n\n# Add repos to watch\ngitstream add owner/repo\n\n# Start the feed\ngitstream\n```\n\n## Configuration\n\nConfig lives at `~/.config/gitstream/config.yaml`:\n\n```yaml\nrepos:\n  - owner/repo\n  - org/another-repo\ninterval: 30  # polling interval in seconds\n```\n\n## Requirements\n\n- GitHub CLI (`gh`) installed and authenticated\n\n## Built With\n\n- [blit](https://github.com/blitui/blit) - TUI component toolkit\n- [Bubble Tea](https://github.com/charmbracelet/bubbletea) - TUI framework\n- [Lip Gloss](https://github.com/charmbracelet/lipgloss) - Styling\n- GitHub REST API via `gh` CLI auth\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoneycaringcoder%2Fgitstream-tui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoneycaringcoder%2Fgitstream-tui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoneycaringcoder%2Fgitstream-tui/lists"}