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.

Views

(given tui-complete)
(given seven-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 Wikilinks navigation
GraphLocal link graph with depth toggle

Navigation

  • Tab / Shift+Tab — cycle views
  • Ctrl+K — quick switcher
  • j / k — scroll
  • Enter — follow a wikilink
  • Backspace — go back

Implementation

Built on ratatui and crossterm. The TUI reads the same Link Graph and Cache as the CLI commands — no separate data path.

See also: Graph Queries, Search, Vault Diagnostics

Backlinks