Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is a styled search input box that renders above the main view, mirroring the command input (":") component.
func (*Model) Confirm ¶
func (m *Model) Confirm()
Confirm locks the search input into passive mode (query visible but not editable).
type SearchClearedMsg ¶
type SearchClearedMsg struct{}
SearchClearedMsg is emitted when the user cancels the search (Esc or backspace on an empty query). The active view should clear any filter.
type SearchQueryMsg ¶
type SearchQueryMsg struct{ Query string }
SearchQueryMsg is emitted on every keystroke so the active view can apply the filter incrementally.
Click to show internal directories.
Click to hide internal directories.