/todolist-golang

A simple cli todo list created using golang and boltdb.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Todolist-golang

A simple cli todo list created using golang and boltdb.

Usage:

todo [command]

Available Commands:

add adds a new task to the todo list.

do marks a task as complete.

help Help about any command

list lists all tasks.

Flags:

-h, --help help for todo

Use "todo [command] --help" for more information about a command.