{"id":50792731,"url":"https://github.com/navitronic/gitlab-pipelines","last_synced_at":"2026-06-12T12:02:16.419Z","repository":{"id":357500308,"uuid":"1226092794","full_name":"navitronic/gitlab-pipelines","owner":"navitronic","description":"A TUI for viewing your active Gitlab pipelines","archived":false,"fork":false,"pushed_at":"2026-05-22T02:56:59.000Z","size":372,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T11:59:25.691Z","etag":null,"topics":["gitlab","pipelines","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/navitronic.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-01T01:01:58.000Z","updated_at":"2026-05-22T02:56:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/navitronic/gitlab-pipelines","commit_stats":null,"previous_names":["navitronic/gitlab-pipelines"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/navitronic/gitlab-pipelines","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navitronic%2Fgitlab-pipelines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navitronic%2Fgitlab-pipelines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navitronic%2Fgitlab-pipelines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navitronic%2Fgitlab-pipelines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/navitronic","download_url":"https://codeload.github.com/navitronic/gitlab-pipelines/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navitronic%2Fgitlab-pipelines/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34243053,"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-12T02:00:06.859Z","response_time":109,"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":["gitlab","pipelines","tui"],"created_at":"2026-06-12T12:01:32.640Z","updated_at":"2026-06-12T12:02:16.324Z","avatar_url":"https://github.com/navitronic.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitLab Pipelines TUI\n\n\u003e **Note:** This project is under active development. Features and APIs may change.\n\nA terminal UI for viewing your recent GitLab pipelines. Discovers pipelines from your activity and displays them in a navigable table with job status summaries.\n\n![Screenshot](docs/screenshot.png)\n\nAll GitLab communication goes through the [`glab`](https://gitlab.com/gitlab-org/cli) CLI — no tokens or HTTP configuration required beyond `glab auth login`.\n\n## Prerequisites\n\n- Go 1.22+\n- `glab` CLI installed and authenticated (`glab auth login`)\n\n## Install\n\n```\ngo install github.com/navitronic/gitlab-pipelines/cmd/gitlab-pipelines@latest\n```\n\nOr build from source:\n\n```\ngo build -o gitlab-pipelines ./cmd/gitlab-pipelines/\n```\n\n## Usage\n\n```\n./gitlab-pipelines\n```\n\nThe application discovers your recent push activity, fetches associated pipelines, and displays them in a table.\n\n## Keyboard Shortcuts\n\n### Pipeline List\n\n| Key | Action |\n|-----|--------|\n| `↑` / `↓` | Navigate pipelines |\n| `Enter` | View pipeline details |\n| `r` | Refresh pipelines |\n| `R` | Clear cache and refetch all data |\n| `q` / `Ctrl+C` | Quit |\n\n### Pipeline Details\n\n| Key | Action |\n|-----|--------|\n| `Esc` / `Backspace` | Back to list |\n| `q` / `Ctrl+C` | Quit |\n\n## Features\n\n- **Auto-refresh** — pipelines refresh every 30 seconds\n- **Responsive layout** — columns adapt to terminal width\n- **Job summaries** — pass/fail counts per pipeline\n- **Status indicators** — colored icons for pipeline and job states (✓ passed, ✗ failed, ● running, ○ pending, ⊘ canceled)\n- **Detail view** — pipeline metadata and jobs grouped by stage with duration\n\n## How It Works\n\n1. Fetches your user profile via `glab api user`\n2. Retrieves your recent push events to identify active projects\n3. For each project, fetches pipelines matching your commits (by SHA, ref, or fallback)\n4. Displays results in a navigable TUI table\n5. Selecting a pipeline shows its jobs grouped by stage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavitronic%2Fgitlab-pipelines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnavitronic%2Fgitlab-pipelines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavitronic%2Fgitlab-pipelines/lists"}