Versions in this module Expand all Collapse all v1 v1.1.0 Feb 1, 2024 v1.0.1 Feb 1, 2024 Changes in this version + type Item struct + func (i Item) FilterValue() string + type ItemDelegate struct + func (d ItemDelegate) Height() int + func (d ItemDelegate) Render(w io.Writer, m list.Model, index int, listItem list.Item) + func (d ItemDelegate) Spacing() int + func (d ItemDelegate) Update(msg tea.Msg, m *list.Model) tea.Cmd + type Model struct + func New(title string) *Model + func (m *Model) Init() tea.Cmd + func (m *Model) NewTask(name string) tea.Cmd + func (m *Model) SetSize(w, h int) + func (m *Model) Update(message tea.Msg) (*Model, tea.Cmd) + func (m *Model) View() string + type TasklistControl uint + const CURSOR_DOWN + const CURSOR_UP + const NEW_TASK