Todo cli
- A basic todo cli app written in go. Persist the state using json file.
- todo.json file can be found in data directory
Operations
- 0 - exit
- 1 - list all todos
- 2 - add a todo
- 3 - toggle status of a todo
- 4 - update a todo
- 5 - list completed todos
- 6 - list uncompeleted todos
- 8 - clear screen
- 9 - list commands