amirrezapanahi / todolist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GO Todo

CLI Todolist written in GO with a nice TUI. Adopted by https://github.com/joefazee/go-toto-app.

Preview Image

How to use

Build the executable using go build

$ go build ./cmd/todo 

Commands

  1. Display the list
$ ./todo -list 
  1. Add a task
$ ./todo -add <TASK_NAME> 
  1. Delete a task
$ ./todo -delete=<TASK_INDEX>
  1. Complete a task
$ ./todo -complete=<TASK_INDEX>

About


Languages

Language:Go 100.0%