saanny / simple-todo-cli-with-go

A simple todo cli app with golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple todo cli app with golang


Languages

Language:Go 100.0%