Desktop Material

Repository tabs and saved sessions

Desktop Material TUI keeps every open repository in a persistent, profile-scoped tab session. The compact strip provides immediate switching; the Tabs workspace provides complete search, arrangement, grouping, visibility, bulk-close, and session-transfer controls when the strip cannot fit everything.

Behavior

Configuration

Tabs are scoped to the active local profile. Their SQLite state lives below the app's XDG data directory, not inside any user repository. Appearance follows the terminal theme and density. Desktop-only per-tab font and compositor effects remain terminal-owned or explicitly incomplete in the parity ledger.

Failure modes

Condition Result
empty or invalid bulk-close query no tab closes; inline validation explains why
a candidate is pinned excluded unless the user deliberately includes pinned tabs
working changes or draft commit text appear after preview that tab is blocked during the final live recheck
imported JSON is oversized, malformed, or has the wrong schema the existing session remains unchanged
imported repository path is invalid or duplicated validation rejects the record before mutation
saved repository no longer exists restoration reports it without substituting another path
SQLite write fails the current live tabs stay usable and the failure is reported truthfully

Security and accessibility

Session operations never invoke a shell or inspect file contents for tab-title matching. Imports are size- and schema-bounded; exports use an atomic temporary file beside the selected destination. Tab rows, search, group controls, move/sort actions, close review, and import/export are keyboard and mouse reachable with visible focus. Narrow screens use scrolling rather than clipping controls.

Verification

Application tests cover persistence, group boundaries, pin order, collapse, search modes, overflow, import merge/replace, invalid input, and close safety. Textual Pilot coverage exercises real controls at wide and narrow sizes. The August 2 revival manifest owns packaged-wheel tab switching and responsive evidence.

Suggested articles