-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
3 / 33 of 3 issues completed
Copy link
Labels
Description
Overview
This epic tracks the implementation of the Navigation & result management features for the TUI, as described in the Roadmap #63.
Features in scope
| Priority | Feature | Sub-issue |
|---|---|---|
| 🔴 high | Global fold / unfold — single shortcut to collapse or expand all repos at once | #TBD |
| 🟡 medium | Fast navigation — gg/G (top/bottom) and Page Up / Page Down |
#TBD |
| 🟢 nice-to-have | Open in browser — o shortcut to open the GitHub URL of the focused result |
#TBD |
Out of scope: 🟡 Team section selection (
a/non a team section header) — tracked separately.
Branch strategy
- Epic branch:
feat/tui-navigation-result-management - Each sub-issue is developed on its own branch and merged into the epic branch via PR.
- The epic branch is merged into
mainonce all sub-issues are done.
Acceptance criteria
- Global fold/unfold shortcut works (e.g.
zor similar) and toggles all repo sections -
ggjumps to top,Gjumps to bottom, Page Up / Page Down scroll by a full page -
oopens the focused result's GitHub URL in the default browser (openon macOS,xdg-openon Linux) - All existing tests remain green (
bun test) -
bun run lint,bun run format:check,bun run knipall pass - Keyboard shortcuts documented in
docs/reference/keyboard-shortcuts.md
Reactions are currently unavailable