todo

package
v0.0.0-...-d1c8724 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2026 License: GPL-3.0, LGPL-2.1 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListType

type ListType []item // the book calls this type List.  I think that's too vague so I changed it.

func (*ListType) About

func (l *ListType) About() string

func (*ListType) Add

func (l *ListType) Add(task string)

func (*ListType) Complete

func (l *ListType) Complete(i int) error

func (*ListType) Delete

func (l *ListType) Delete(i int) error

func (*ListType) GetString

func (l *ListType) GetString(i int) string

func (*ListType) List

func (l *ListType) List() []string

func (*ListType) LoadBinary

func (l *ListType) LoadBinary(filename string) error

func (*ListType) LoadJSON

func (l *ListType) LoadJSON(filename string) error

func (*ListType) SaveBinary

func (l *ListType) SaveBinary(filename string) error

func (*ListType) SaveJSON

func (l *ListType) SaveJSON(filename string) error

func (ListType) String

func (l ListType) String() string

Directories

Path Synopsis
cmd
todo command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL