vdb tuiA Textual TUI that configures the whole template: pick feature packs, watch the index
fill, manage backups, audit ignore rules — and write vdb-config.yaml without
hand-editing a thing.
Press 1–6 to jump between tabs.
ENABLED_TABLE_GROUPS, so you enable only the domain tables your vault actually uses and keep the schema lean. Your selection is persisted to vdb-config.yaml; vdb config apply then bakes the resolved paths into the engine copies for the standalone / systemd path.vault-index.db stats with per-table row counts, so you can see at a glance whether a group is actually being populated. Kick off a full or incremental rebuild without leaving the TUI — full re-creates the content tables, incremental only touches files whose mtime moved. Surfaces parse errors from the auto-healing parse_errors table so broken frontmatter is easy to spot..gitignore, .stignore (Syncthing), and the indexer's EXCLUDE_DIRS in one view, so the three ignore mechanisms can't quietly drift apart. A folder skipped by git but still indexed — or synced but not ignored — is exactly the kind of mismatch this tab makes obvious. Edit once and keep version control, sync, and indexing agreeing on what's in scope.agent_sessions table (not by shelling tmux ls), so the list is exactly the sessions the vdb-handoff-session / vdb-dispatch skills launched — with harness, mux, status, and age. Take over a live tmux session with a (attach), cancel one with x (kill, behind a confirm), or observe read-only with c (the same sweep as vdb sessions). The visual counterpart to the vdb sessions CLI.Vim-style motion throughout. Global keys work from any tab.
| Key | Action | Scope |
|---|---|---|
| 1…6 | Switch to tab 1–6 | Global |
| Tab | Move focus between panes | Global |
| Ctrl+F | Global search — all features | Global |
| F2 | Cycle background mode (solid / transparent) | Global |
| Ctrl+C | Quit | Global |
| j / k | Cursor down / up | Lists & tables |
| h / l | Collapse / expand (trees) | Trees |
| g / G | Jump to top / bottom | Lists & tables |
| Ctrl+D / Ctrl+U | Page down / up | Lists & tables |
| / | Filter the current view | Search modal |
| Esc / q | Back / close modal | Modals |