| Crates.io | gal-cli |
| lib.rs | gal-cli |
| version | 0.1.0 |
| created_at | 2025-06-23 11:28:06.103152+00 |
| updated_at | 2025-06-23 11:28:06.103152+00 |
| description | A terminal-based live monitor for GitHub Actions |
| homepage | https://github.com/adamjhf/gal |
| repository | https://github.com/adamjhf/gal |
| max_upload_size | |
| id | 1722810 |
| size | 115,720 |
A terminal-based GitHub Actions workflow monitor that provides near-real-time updates on your CI/CD pipelines.
git clone https://github.com/adamjhf/gal
cd gal
cargo install --path .
# Monitor current repository (auto-detected from git origin)
gal
# Monitor specific repository
gal --repo owner/repo
# Monitor specific branches only
gal --repo owner/repo --branch main,develop
# Enable file logging
gal --repo owner/repo --log /path/to/logfile.log
GITHUB_TOKEN - GitHub personal access token (required for private repos and increased rate limits)Options:
-r, --repo <OWNER/REPO> GitHub repository (defaults to current git repo)
-b, --branch <BRANCH> Filter to specific branches (comma-separated)
-l, --log <FILE> Output logs to a file
-h, --help Print help
-V, --version Print version
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.