{"id":51120716,"url":"https://github.com/masamichhhhi/gh-tuissue","last_synced_at":"2026-06-25T02:00:43.574Z","repository":{"id":352977192,"uuid":"1195266182","full_name":"masamichhhhi/gh-tuissue","owner":"masamichhhhi","description":"gh-tuissue is a GitHub CLI extension that provides a TUI (Text User Interface) for browsing and updating repository issues from the terminal.","archived":false,"fork":false,"pushed_at":"2026-04-21T23:09:11.000Z","size":3388,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-22T01:10:50.826Z","etag":null,"topics":["cli","gh-extension","gh-extensions","github","golang","terminal","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/masamichhhhi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-29T13:05:46.000Z","updated_at":"2026-04-21T13:10:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/masamichhhhi/gh-tuissue","commit_stats":null,"previous_names":["masamichhhhi/gh-tuissue"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/masamichhhhi/gh-tuissue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masamichhhhi%2Fgh-tuissue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masamichhhhi%2Fgh-tuissue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masamichhhhi%2Fgh-tuissue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masamichhhhi%2Fgh-tuissue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masamichhhhi","download_url":"https://codeload.github.com/masamichhhhi/gh-tuissue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masamichhhhi%2Fgh-tuissue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34756206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","gh-extension","gh-extensions","github","golang","terminal","tui"],"created_at":"2026-06-25T02:00:42.731Z","updated_at":"2026-06-25T02:00:43.567Z","avatar_url":"https://github.com/masamichhhhi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gh-tuissue\n\n![tuissue-demo](./demo.gif)\n\n\n`gh-tuissue` is a GitHub CLI extension that provides a TUI (Text User Interface) for browsing and updating repository issues from the terminal. It offers a kanban-style view backed by GitHub Issues and, when configured, GitHub Projects columns.\n\n## Installation\n\nInstall as a GitHub CLI extension:\n\n```bash\ngh extension install masamichhhhi/gh-tuissue\n```\n\nUpdate later with:\n\n```bash\ngh extension upgrade gh-tuissue\n```\n\n## Features\n\n- Browse issues in a terminal UI\n- Switch columns in a kanban-style board\n- Open issue details and update title, body, labels, assignees, milestone, and status\n- Create new issues without leaving the terminal\n- Optionally map board columns to a GitHub Project\n\n## Preview\n\n`gh-tuissue` is a terminal application. Once launched, it shows a multi-column issue board with detail, filter, and help views inside an alternate screen.\n\n## Requirements\n\n- `gh` CLI installed and authenticated\n- Access to the target GitHub repository and, if used, its GitHub Project\n\n\n## Usage\n\nInside a cloned Git repository with `origin` configured:\n\n```bash\ngh tuissue --project 1\n```\n\nOr specify a repository explicitly:\n\n```bash\ngh tuissue --repo owner/name --project 1\n```\n\nShow the current version:\n\n```bash\ngh tuissue --version\n```\n\n### Options\n\n- `--repo`, `-R`: repository in `owner/name` format. If omitted, `origin` is used.\n- `--project`, `-p`: GitHub Project number used to derive kanban columns.\n- `--config`: re-select the GitHub Project binding.\n- `--version`: print version and exit.\n\n## Keyboard shortcuts\n\n### Global\n\n- `Ctrl+C`: quit\n- `Esc`: back (on board view, quit)\n- `?`: show help\n\n### Board view\n\n- `h` / `l` / `←` / `→`: switch column\n- `j` / `k` / `↑` / `↓`: move cursor\n- `H` / `L` / `Shift+←` / `Shift+→`: move issue status left or right\n- `d`: hide current column\n- `D`: show all hidden columns\n- `Enter`: open issue detail\n- `f`: open filter panel\n- `r`: refresh issues\n- `n`: create a new issue (assigned to the currently selected column's status)\n\n### Detail view\n\n- `j` / `k` / `↑` / `↓`: scroll\n- `s`: toggle open or closed status\n- `e`: edit body with `$EDITOR`\n- `t`: edit title\n- `l`: edit labels\n- `a`: edit assignees\n- `m`: edit milestone\n- `c`: add comment with `$EDITOR`\n- `Esc`: return to the board\n\n### Filter view\n\n- `j` / `k` / `↑` / `↓`: move cursor\n- `Tab`: switch pane\n- `Space`: toggle selection\n- `Enter`: apply filters\n- `Esc`: cancel\n\n## Contributing\n\nContributions are welcome. Please read [`CONTRIBUTING.md`](./CONTRIBUTING.md) before opening a pull request.\n\n## License\n\nThis project is released under the [`MIT`](./LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasamichhhhi%2Fgh-tuissue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasamichhhhi%2Fgh-tuissue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasamichhhhi%2Fgh-tuissue/lists"}