cauesmelo / zig-todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zig console Todo

Commands

 list                 ->  List all tasks
 add {name}           ->  Create new task with name
 remove {id}          ->  Remove task by id
 set {id} {status}    -> Update task status(pending | done) by id
 rename {id} {name}   -> Rename task by id
 help                 -> Display available commands
 exit                 -> Exit app

About


Languages

Language:Zig 100.0%