Features tab
The Features tab (2) is a scrollable list of every feature in the current repo. Open one to see its description, its child issues with their states, and any linked documents.
Bindings (default view)
| Key | Action |
|---|---|
j / k (or down / up) | Previous / next feature. |
g / home | Jump to the first feature. |
G / end | Jump to the last feature. |
enter | Open the feature overlay. |
r | Reload from the database. |
q | Quit. |
The feature overlay
| Key | Action |
|---|---|
j / k (or down / up) | Scroll one line. |
pgdown / space | Scroll down 10 lines. |
pgup | Scroll up 10 lines. |
g / home | Jump to the top. |
G / end | Jump to the bottom. |
esc / enter | Close. |
The overlay shows:
- Title and slug.
- Description rendered with glamour.
- Issues — every issue with this
feature_slug, with its canonical key, state, and title.
Linked documents on features
Documents that are linked to a feature show up in bacio feature show -o json and on linked issues' bacio issue brief output (under documents[].linked_via). They are deliberately not rendered inside the Features overlay — open one of the feature's issues on the Board tab (or use bacio feature show) to see them.
When to use it
The Features tab is the orientation surface — "what shipping units do we have, and how big are they?" For the actual day-to-day of moving cards between states, the Board tab is the right view.
Source of truth
This page mirrors internal/tui/features.go. If the footer disagrees, the footer wins.
