Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Manage your GitHub Actions from Terminal with great UI 🧪

License

NotificationsYou must be signed in to change notification settings

termkit/gama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

248 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAMA Go VersionGAMA Go Report CardGAMA Licence

GAMA is a powerful terminal-based user interface tool designed to streamline the management of GitHub Actions workflows. It allows developers to list, trigger, and manage workflows with ease directly from the terminal.

gama demo

Table of Contents

Key Features

  • Extended Workflow Inputs: Supports more than 10 workflow inputs using JSON format.
  • Workflow History: Conveniently list all historical runs of workflows in a repository.
  • Discoverability: Easily list all triggerable (dispatchable) workflows in a repository.
  • Workflow Management: Trigger specific workflows with custom inputs.
  • Live Updates: Automatically refresh workflow status at configurable intervals.
  • Docker Support: Run directly from a container for easy deployment.

Live Mode

GAMA includes a live mode feature that automatically refreshes the workflow status at regular intervals:

  • Toggle Live Updates: Pressctrl+l to turn live mode on/off
  • Auto-start: Setsettings.live_mode.enabled: true to start GAMA with live mode enabled
  • Refresh Interval: Configure how often the view updates withsettings.live_mode.interval (e.g., "15s", "1m")

Live mode is particularly useful when monitoring ongoing workflow runs, as it eliminates the need for manual refreshing.

Getting Started

Prerequisites

Before using GAMA, you need to generate a GitHub token. Follow theseinstructions to create your token.

Configuration

YAML Configuration

Place a~/.config/gama/config.yaml file in your home directory with the following content:

github:token:<your github token>keys:switch_tab_right:shift+rightswitch_tab_left:shift+leftquit:ctrl+crefresh:ctrl+rlive_mode:ctrl+l# Toggle live mode on/offenter:entertab:tabsettings:live_mode:enabled:true# Enable live mode at startupinterval:15s# Refresh interval for live updates

Environment Variable Configuration

Alternatively, you can use an environment variable:

GITHUB_TOKEN="<your github token>" gama

You can also make it an alias for a better experience:

alias gama='GITHUB_TOKEN="<your github token>" command gama'

If you have theGitHub CLI installed, you automatically insert the var via:

GITHUB_TOKEN="$(gh auth token)" gama

This will skip needing to generate a token via the GitHub website.

Warning

For security reasons, you should notexport your token globally in your shell.That would make it available to any app that can read environment variables.You should avoid committing it to your dotfiles repository, too.

Build & Installation

Using Docker

Run GAMA in a Docker container:

docker run --rm -it --env GITHUB_TOKEN="<your github token>" termkit/gama:latest

Download Binary

Download the latest binary from thereleases page.

Build from Source

make build# output: ./release/gama

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make aregreatly appreciated.

License

Distributed under the GNU GENERAL PUBLIC LICENSE Version 3 or later. SeeLICENSE for more information.

Contact & Author

Engin Açıkgöz

Stargazers over time

Stargazers over time

About

Manage your GitHub Actions from Terminal with great UI 🧪

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors9


[8]ページ先頭

©2009-2026 Movatter.jp