A TUI for managing GitHub repos from your terminal. Because some things just aren't possible through the web UI.
- Deployment cleanup
- Actions cache management
- Bulk workflow run cleanup
- Stale branch pruning (across multiple repos)
You'll need:
Then:
git clone https://github.com/frantaing/gh-helper.git
cd gh-helper
chmod +x gh-helper.sh
# Optional: add to your PATH
sudo ln -s "$PWD/gh-helper.sh" /usr/local/bin/gh-helperAuthenticate with GitHub CLI first:
gh auth loginThen run:
gh-helperThis project is licensed under the MIT License. See the LICENSE file for details.