Skip to content

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)

KeyAction
j / k (or down / up)Previous / next feature.
g / homeJump to the first feature.
G / endJump to the last feature.
enterOpen the feature overlay.
rReload from the database.
qQuit.

The feature overlay

KeyAction
j / k (or down / up)Scroll one line.
pgdown / spaceScroll down 10 lines.
pgupScroll up 10 lines.
g / homeJump to the top.
G / endJump to the bottom.
esc / enterClose.

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.

bacio · v0.1 · MIT