TUI

zetl tui launches an interactive terminal interface for browsing your vault. It is the human-oriented complement to zetl’s JSON by Default output philosophy.

(given tui-complete)
(given seven-views)

Views

ViewDescription
DashboardVault stats and most-linked pages
PagesFilterable page list
LinksForward/back link explorer
SearchFull-text search with context
DiagnosticsDead links, orphans, syntax issues
PageRendered Markdown with inline concepts/Wikilinks navigation
GraphLocal link graph with depth toggle

Navigation

KeyAction
Tab / Shift+TabCycle views
Ctrl+KQuick switcher
j / kScroll
EnterFollow a wikilink
BackspaceGo back
/Search/filter

Implementation

Built on ratatui and crossterm. The TUI reads the same Link Graph and architecture/Cache as the CLI commands — no separate data path. See SPEC-009 Xanadu View for the related two-pane reader.

Relationship to View

The TUI is a multi-view dashboard. For focused reading with visible connections between notes, use View Command instead — it provides a Xanadu-inspired two-pane layout with bridge connectors.

See also: CLI Reference, View Command, Serve Command

Backlinks