Skip to content

morzzz007/gh-actions-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions Dashboard TUI

A GitHub CLI extension written in Go to help you keep track of your GitHub action statuses without ever leaving your terminal.

Installation

  1. Install the gh CLI - see the installation.

    Installation requires a minimum version (2.0.0) of the the GitHub CLI that supports extensions.

  2. Install this extension:

    gh extension install morzzz007/gh-actions-dashboard

Configuring

Configuration is provided within a config.yml file under the extension's directory (usually ~/.config/gh-actions-dashboard/)

An example config.yml file contains:

repoPaths: ["morzzz007/gh-actions-dashboard", "..."]

Usage

Run:

gh actions-dashboard

About

GitHub Actions Dashboard Terminal User Interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages