Documentation
¶
Overview ¶
Package tui holds the interactive checklist. The selection logic lives in Model and is tested headless; Bubble Tea view/update wiring is thin.
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 the pure, testable selection state.
func (*Model) IsSelected ¶
IsSelected reports whether the item at index i is currently selected.
func (*Model) SelectedBytes ¶
SelectedBytes is the running freed-space total of selected items.
Click to show internal directories.
Click to hide internal directories.