package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: May 3, 2026
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package tui implements the Yaad terminal UI using Bubbletea.
Screens: Dashboard → Search → Node Detail
Model is the TUI state.
New creates a new TUI model.
Update handles messages and key events.
View renders the current screen.
Screen constants
const (
ScreenDashboard Screen = iota
ScreenSearch
ScreenDetail
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.