https://github.com/yarden-zamir/issuegator
Rust TUI GitHub issue explorer for the current repository
https://github.com/yarden-zamir/issuegator
cli github issues ratatui rust tui
Last synced: about 10 hours ago
JSON representation
Rust TUI GitHub issue explorer for the current repository
- Host: GitHub
- URL: https://github.com/yarden-zamir/issuegator
- Owner: Yarden-zamir
- License: mit
- Created: 2026-07-02T17:14:52.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2026-07-03T18:52:22.000Z (10 days ago)
- Last Synced: 2026-07-03T20:27:09.720Z (10 days ago)
- Topics: cli, github, issues, ratatui, rust, tui
- Language: Rust
- Size: 24.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# issuegator
Rust TUI GitHub issue explorer for the current repository.
## Install
Homebrew tap: https://github.com/Yarden-zamir/homebrew-tap
```sh
brew install yarden-zamir/tap/issuegator
```
## Run
From a GitHub-backed Git repository:
```sh
issuegator
```
`issuegator` uses `gh` and the current repo's `origin` remote.
## Build
```sh
cargo build --release
```
## Check
```sh
cargo fmt -- --check
cargo clippy --all-targets --all-features -- -D warnings
cargo test
```
## License
MIT