Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SelectItem ¶
SelectItem represents a selectable item with an ID and label.
func Select ¶
func Select(title string, items []SelectItem) *SelectItem
Select shows an interactive list and returns the selected item. Returns nil if the user cancelled.
func (SelectItem) FilterValue ¶
func (i SelectItem) FilterValue() string
Click to show internal directories.
Click to hide internal directories.