Documentation
¶
Overview ¶
Package tui provides the Bubble Tea interactive TUI for JSON navigation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyPalette ¶
ApplyPalette rebuilds all tui-level and panel-level styles from the palette.
Types ¶
type Model ¶
type Model struct {
// Set to true when the user wants to pick a new file (causes clean quit).
ReloadRequest bool
// contains filtered or unexported fields
}
Model is the root Bubble Tea model. It owns all three panels and dispatches keystrokes to the focused sub-panel.
Click to show internal directories.
Click to hide internal directories.