{"id":39895740,"url":"https://github.com/nnnkkk7/lazyactions","last_synced_at":"2026-01-25T04:00:42.721Z","repository":{"id":333296604,"uuid":"1136674753","full_name":"nnnkkk7/lazyactions","owner":"nnnkkk7","description":"Lazygit-style TUI for GitHub Actions — monitor, trigger, and manage workflows from your terminal","archived":false,"fork":false,"pushed_at":"2026-01-23T00:29:57.000Z","size":4966,"stargazers_count":20,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-23T18:24:01.989Z","etag":null,"topics":["bubbletea","ci-cd","cli","devops","devops-tools","github","github-actions","go","golang","terminal","terminal-ui","tui","workflow"],"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/nnnkkk7.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-01-18T05:57:21.000Z","updated_at":"2026-01-23T00:29:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nnnkkk7/lazyactions","commit_stats":null,"previous_names":["nnnkkk7/lazyactions"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/nnnkkk7/lazyactions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnnkkk7%2Flazyactions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnnkkk7%2Flazyactions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnnkkk7%2Flazyactions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnnkkk7%2Flazyactions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nnnkkk7","download_url":"https://codeload.github.com/nnnkkk7/lazyactions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnnkkk7%2Flazyactions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28709116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T23:51:44.727Z","status":"online","status_checked_at":"2026-01-24T02:00:06.909Z","response_time":89,"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":["bubbletea","ci-cd","cli","devops","devops-tools","github","github-actions","go","golang","terminal","terminal-ui","tui","workflow"],"created_at":"2026-01-18T15:07:31.208Z","updated_at":"2026-01-25T04:00:42.666Z","avatar_url":"https://github.com/nnnkkk7.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"assets/logo.svg\" alt=\"lazyactions logo\" width=\"120\" height=\"120\"\u003e\n\n**A lazygit-style TUI for GitHub Actions**\n\n\n\n [![CI](https://github.com/nnnkkk7/lazyactions/actions/workflows/ci.yaml/badge.svg)](https://github.com/nnnkkk7/lazyactions/actions/workflows/ci.yaml)\n [![Go Version](https://img.shields.io/badge/Go-1.24+-00ADD8?style=flat\u0026logo=go)](https://go.dev/)\n [![Go Report Card](https://goreportcard.com/badge/github.com/nnnkkk7/lazyactions)](https://goreportcard.com/report/github.com/nnnkkk7/lazyactions)\n [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n\nMonitor workflows, view logs, trigger runs, and manage GitHub Actions — all from your terminal.\n\n![lazyactions demo](assets/demo.gif)\n\n[Features](#features) • [Installation](#installation) • [Usage](#usage) • [Keybindings](#keybindings) • [Contributing](#contributing)\n\n\u003c/div\u003e\n\n---\n\n\n## Why lazyactions?\n\nInspired by [lazygit](https://github.com/jesseduffield/lazygit) and [lazydocker](https://github.com/jesseduffield/lazydocker).\n\nTired of switching between your terminal and browser to check CI status? **lazyactions** brings GitHub Actions to your terminal with a familiar lazygit-style interface.\n\n## Features\n\n- **Browse \u0026 Monitor** — View workflows and runs with real-time status updates\n- **View Logs** — Stream job logs directly in the terminal\n- **Trigger Workflows** — Start `workflow_dispatch` workflows\n- **Cancel \u0026 Rerun** — Stop running workflows or rerun failed jobs\n- **Filter** — Quickly find workflows and runs with fuzzy search\n- **Copy URLs** — Yank workflow/run URLs to clipboard\n- **Keyboard \u0026 Mouse** — Vim-style keys and mouse support for navigation\n\n## Installation\n\n### Homebrew (Recommended)\n\n```bash\nbrew install nnnkkk7/tap/lazyactions\n```\n\n### Using Go\n\nRequires Go 1.24+\n\n```bash\ngo install github.com/nnnkkk7/lazyactions/cmd/lazyactions@latest\n```\n\n### From Source\n\nRequires Go 1.24+\n\n```bash\ngit clone https://github.com/nnnkkk7/lazyactions.git\ncd lazyactions\nmake build\n# Binary: ./bin/lazyactions\n```\n\n## Authentication\n\n**Option 1: GitHub CLI (Recommended)**\n```bash\ngh auth login\n```\n\n**Option 2: Personal Access Token**\n```bash\nexport GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxx\n# Required scopes: repo, workflow\n```\n\n\u003e **Note:** GitHub Enterprise is not currently supported. Only `github.com` repositories are supported at this time.\n\n## Usage\n\n```bash\n# Run in any git repository\nlazyactions\n\n# Or specify a path\nlazyactions /path/to/repo\n```\n\n## Keybindings\n\n### Navigation\n\n| Key | Action |\n|-----|--------|\n| `j` / `k` | Move between panels |\n| `↑` / `↓` | Move up/down in list |\n| `h` / `←` | Previous pane |\n| `l` / `→` | Next pane |\n| `Tab` / `Shift+Tab` | Cycle panes |\n| `1` | Info tab |\n| `2` | Logs tab |\n\n### Actions\n\n| Key | Action |\n|-----|--------|\n| `t` | Trigger workflow |\n| `c` | Cancel run |\n| `r` | Rerun workflow |\n| `R` | Rerun failed jobs only |\n| `y` | Copy URL to clipboard |\n\n### General\n\n| Key | Action |\n|-----|--------|\n| `/` | Filter mode |\n| `Ctrl+r` | Refresh all data |\n| `L` | Toggle fullscreen log |\n| `?` | Show help |\n| `Esc` | Back / Clear error |\n| `q` | Quit |\n\n### Mouse\n\n| Action | Description |\n|--------|-------------|\n| **Click** | Select item / Switch pane |\n| **Scroll** | Navigate lists and logs |\n\n## Development\n\n```bash\nmake build      # Build binary\nmake test       # Run all tests\nmake lint       # Run linter\nmake ci         # Full CI check\n```\n\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n\n\n## Support\n\nIf you find lazyactions useful, please consider giving it a star on GitHub!\nIt helps others discover the project and motivates continued development.\n\n[![Star on GitHub](https://img.shields.io/github/stars/nnnkkk7/lazyactions?style=social)](https://github.com/nnnkkk7/lazyactions)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnnnkkk7%2Flazyactions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnnnkkk7%2Flazyactions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnnnkkk7%2Flazyactions/lists"}