Skip to content

lexicon tui

Terminal window
lexicon tui

Opens a full-screen terminal UI built with ratatui and crossterm. The TUI provides a tab-based dashboard for viewing contracts, gate results, and scores.

On launch, the TUI automatically runs verification to populate the dashboard with current data.

TabKeyContent
Dashboard1Overview of repository health
Contracts2List of all contracts
Gates3Gate results with pass/fail status
Score4Scoring breakdown by dimension
Help5Keybinding reference
KeyAction
Tab / RightNext tab
Shift+Tab / LeftPrevious tab
1 - 5Jump to specific tab
?Open Help tab
rRefresh data (re-run verification)
q / EscQuit
Ctrl+CForce quit

Press r to re-run verification and refresh all displayed data. This executes the same pipeline as lexicon verify — running all gates, computing scores, and updating the display.