A TUI dashboard for GitHub Actions
gh-actions-dash is a terminal user interface application for monitoring and managing GitHub Actions workflows and workflow runs. It's available as a GitHub CLI extension.
- Display GitHub Actions workflows
- Monitor workflow runs
- View workflow run logs
- Intuitive keyboard-driven TUI interface
- GitHub CLI authentication integration
- Go 1.24.5 or higher
- GitHub CLI (
gh) installed - GitHub authentication configured
gh extension install ryo246912/gh-actions-dash# Clone the repository
git clone https://github.com/ryo246912/gh-actions-dash.git
cd gh-actions-dash
# Install dependencies
go mod download
# Install extension locally
mise run extension-local-install# Use current directory repository
gh actions-dash
# Specify a specific repository
gh actions-dash --owner <owner> --repo <repo>--owner,-o: Repository owner--repo,-r: Repository name
MIT License
Pull requests and issue reports are welcome. If you'd like to contribute to development, please create an issue first.