Skip to content

simonecarriero/buimon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

buimon

xbar plugin to monitor GitHub Actions workflows

Installation

curl -L https://github.com/raw/simonecarriero/buimon/refs/heads/main/buimon.1m.py > buimon.1m.py && \
    chmod +x buimon.1m.py && \
    mv buimon.1m.py ~/Library/Application\ Support/xbar/plugins/buimon.1.py

Configuration

Create a GitHub token and a configuration file at ~/.buimon.json like the following:

{
    "github_token": "<your-token>",
    "repositories": [
        {"owner": "acme", "name": "service-foo", "workflow_id": "ci.yml"},
        {"owner": "acme", "name": "service-bar", "workflow_id": "ci.yml"}
    ]
}

About

xbar plugin to monitor GitHub Actions workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages