A thin wrapper around GitHub CLI (gh) with extra visualizations.
Features
- Pass-through to
ghfor all commands ghx issue treerenders parent-child issue treesghx boardopens a full-screen Kanban board for issues- Flags:
--open,--closed,--root <title|#id|id>,--link - Bug and blocked labels rendered inline
- Styled output using charmbracelet/lipgloss with adaptive theme (automatically switches between light and dark mode based on terminal background)
Install
- From source:
go install ./cmd/ghx
Usage
ghx issue treeghx issue tree --open --closedghx issue tree --root "Task 1"ghx issue tree --root 399ghx issue tree --link(show issue URLs)ghx board
Notes
- Parent relationship from GitHub's native sub-issue feature
- Fallback: parses
Parent: #<number>orParent issue: #<number>from issue body
Updated: 2026-01-07T17:28:23Z
Command: ghx issue tree
Command: ghx issue tree --open --closed --root 399

