An open API service indexing awesome lists of open source software.

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

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