Documentation
¶
Overview ¶
Package types defines shared types between console and tui packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClearOutputMsg ¶
type ClearOutputMsg struct{}
ClearOutputMsg requests the TUI to clear the output viewport.
type FuzzyItem ¶
FuzzyItem represents an item in the fuzzy picker. Implements list.Item interface (FilterValue).
func (FuzzyItem) FilterValue ¶
FilterValue implements the list.Item interface for bubbletea lists.
type FuzzySelectMsg ¶
FuzzySelectMsg requests the TUI to enter fuzzy selection mode.
type SessionInteractMsg ¶
type SessionInteractMsg struct {
ID int
}
SessionInteractMsg requests the TUI to interact with a session.
Click to show internal directories.
Click to hide internal directories.