the-pesar / todolist-cli

Simple CLI todolist (just for training)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todolist-cli

Simple CLI todolist (just for training)

Compile

$ go build main.go

Commands

  • add: ./main add -n {name} -d {description}
  • read: ./main list {id}
  • update: ./main update -i {id} -n {newname} -d {newdesc}
  • remove: ./main remove {id}
  • status: ./main status -i {id} -s {newstatus}

About

Simple CLI todolist (just for training)


Languages

Language:Go 100.0%