Skip to content

kmtym1998/gh-prowl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦉 gh-prowl

Installation

To install this GitHub CLI extension, use the following command.

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:

gh prowl [flags]

Flags

  • -c, --current-branch: Monitor the latest check status of the pull request linked to the current branch.
  • -b, --branch <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

gh prowl --current-branch

To monitor checks for a specific branch:

gh prowl --branch feature-branch

Once all checks are complete, the results will be displayed in the terminal, and you'll receive a notification.