Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amir-shiati/todolist-golang

A simple cli todo list created using golang and boltdb.
https://github.com/amir-shiati/todolist-golang

Last synced: 6 days ago
JSON representation

A simple cli todo list created using golang and boltdb.

Awesome Lists containing this project

README

        

# 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.