https://github.com/kmtym1998/gh-prowl
https://github.com/kmtym1998/gh-prowl
gh-extension github golang
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kmtym1998/gh-prowl
- Owner: kmtym1998
- Created: 2024-12-09T13:13:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T13:17:21.000Z (11 months ago)
- Last Synced: 2025-03-13T14:26:28.642Z (11 months ago)
- Topics: gh-extension, github, golang
- Language: Go
- Homepage: https://zenn.dev/kmtym1998/articles/202412160900
- Size: 56.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# 🦉 gh-prowl
## Installation
To install this GitHub CLI extension, use the following command.
```shell
gh extension install kmtym1998/gh-prowl
```
## Features
- Monitors the status of checks for a Pull Request or ref (branch, commit hash, tag).
- Receive audio notifications when the checks are complete.
## Usage
Run the following command to start monitoring checks:
```bash
gh prowl [flags]
```
### Flags
- `-c, --current-branch`: Monitor the latest check status of the pull request linked to the current branch.
- `-b, --branch `: Monitor the latest check status of the specified branch.
- `-s, --silent`: Do not play a sound when all checks are completed
If no PR is linked to the current branch, the extension will prompt you to select one from a list.
## Example
```bash
gh prowl --current-branch
```
To monitor checks for a specific branch:
```bash
gh prowl --branch feature-branch
```
Once all checks are complete, the results will be displayed in the terminal, and you'll receive a notification.