Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samcoe/gh-triage
GitHub CLI extension for triaging issues
https://github.com/samcoe/gh-triage
bash cli gh-extension
Last synced: 3 months ago
JSON representation
GitHub CLI extension for triaging issues
- Host: GitHub
- URL: https://github.com/samcoe/gh-triage
- Owner: samcoe
- License: mit
- Created: 2021-07-26T17:03:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T07:41:27.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T08:24:57.303Z (3 months ago)
- Topics: bash, cli, gh-extension
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 32
- Watchers: 0
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - samcoe/gh-triage - GitHub CLI extension for triaging issues (Shell)
README
# `gh triage` GitHub CLI extension
A small [gh](https://github.com/cli/cli) extension for finding issues to be triaged in a GitHub repository.
## Installation
```
gh extension install samcoe/gh-triage
```## Usage
```
gh triage [flags]
```### Flags
Supports all options that `gh issue list` supports, except for `--json`, `--jq`, and `--template` which are being utilized by this extension.
### Details
This extensions will list any open issues that are not labeled with any of the following labels:
- p1
- p2
- p3
- core
- help wanted
- tracking issue
- needs-design
- blocked
- needs-user-input## Author
@samcoe