Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KeyMap ¶
type KeyMap struct {
Up key.Binding
Down key.Binding
Enter key.Binding
Delete key.Binding
Quit key.Binding
}
KeyMap defines the key bindings for the task list.
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is the Bubble Tea model for the task list component.
func (*Model) Refresh ¶
func (m *Model) Refresh()
Refresh reloads tasks from the service (public method). If the service supports Reloader interface, it reloads from file first.
func (*Model) SetFocused ¶
SetFocused sets whether the component is focused.
Click to show internal directories.
Click to hide internal directories.