/simple-todo-cli-with-go

A simple todo cli app with golang

Primary LanguageGo

Todo cli Application

A simple todo cli application with golang.

Build

go build -o todo main.go

Commands

register,create-task, list-task, create-category, list-category

You can use cli by following command

./todo -command=register

Flow

you must first register and then create a category by create-category command , and then you can create a task by create-task command.