todocli

package module
v0.0.0-...-dba6127 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2023 License: MIT Imports: 11 Imported by: 0

README

TodoCLI

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetInput

func GetInput(r io.Reader, args ...string) (string, error)

Types

type TaskList

type TaskList []item

func (*TaskList) Add

func (t *TaskList) Add(task string)

func (*TaskList) Complete

func (t *TaskList) Complete(index int) error

func (*TaskList) CountPending

func (t *TaskList) CountPending() int

func (*TaskList) Delete

func (t *TaskList) Delete(index int) error

func (*TaskList) Load

func (t *TaskList) Load(filename string) error

func (*TaskList) Print

func (t *TaskList) Print()

func (*TaskList) Store

func (t *TaskList) Store(filename string) error

Directories

Path Synopsis
cmd
todo command

Jump to

Keyboard shortcuts

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