https://github.com/cboone/gh-problemas
github problemas: a GH CLI extension for managing issues
https://github.com/cboone/gh-problemas
github github-cli github-issues
Last synced: about 1 month ago
JSON representation
github problemas: a GH CLI extension for managing issues
- Host: GitHub
- URL: https://github.com/cboone/gh-problemas
- Owner: cboone
- License: mit
- Created: 2026-02-08T03:10:11.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-02-15T02:11:54.000Z (about 1 month ago)
- Last Synced: 2026-02-15T09:33:47.909Z (about 1 month ago)
- Topics: github, github-cli, github-issues
- Language: Go
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-problemas
A terminal UI for triaging and managing GitHub issues.
## Installation
### Homebrew
```sh
brew install cboone/tap/gh-problemas
```
### From source
```sh
go install github.com/cboone/gh-problemas@latest
```
### From release
Download a binary from the [releases page](https://github.com/cboone/gh-problemas/releases).
### Build locally
```sh
git clone https://github.com/cboone/gh-problemas.git
cd gh-problemas
make build
./bin/gh-problemas
```
## Usage
```sh
gh-problemas
```
The app uses your `gh` authentication context. Run `gh auth login` if needed.
## License
[MIT License](./LICENSE). TL;DR: Do whatever you want with this software, just keep the copyright notice included. The authors aren't liable if something goes wrong.