Versions in this module Expand all Collapse all v1 v1.0.1 Jan 3, 2026 v1.0.0 Jan 3, 2026 Changes in this version + const AnimBinary + const AnimBounce + const AnimBraille + const AnimCaseFlip + const AnimCenterStrike + const AnimChaos + const AnimConverge + const AnimCount + const AnimDissolve + const AnimEraser + const AnimFlip + const AnimGlitch + const AnimHex + const AnimLoading + const AnimMatrix + const AnimMoons + const AnimParticle + const AnimPulse + const AnimRainbow + const AnimRedact + const AnimReverse + const AnimSlider + const AnimSparkle + const AnimSpin + const AnimTraffic + const AnimTypewriter + const AnimWave + const AnimWide + const AnimWipeLeft + const AnimWipeRight + const AnimZipper + func GenerateEncryptionKey() (string, error) + func InitStorage(storageType string) error + type AppData struct + SortMode SortMode + Tasks []Task + ThemeIndex int + func LoadData() AppData + type AppState int + const StateBrowse + const StateCreating + const StateEditing + const StateSettingTime + type Model struct + Cursor int + Height int + LastAnim int + SortMode SortMode + State AppState + Tasks []Task + TextInput textinput.Model + ThemeIndex int + Width int + func (m *Model) ApplySort() + func (m *Model) Init() tea.Cmd + func (m *Model) Save() + func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m *Model) View() string + type SortMode int + const SortDoneFirst + const SortOff + const SortTodoFirst + type Task struct + AnimStart time.Time + AnimType int + Done bool + DueAt time.Time + ID int64 + IsAnimatingCheck bool + IsDeleting bool + Notified bool + Title string + type TickMsg struct