Go for it is an application that help you manage your to-do tasks.
Created to practice Go basics and based on Dreams of Code practice todo-list project
- Add
$ go-for-it add <description>
- List
$ go-for-it list
$ go-for-it list --a
- Complete
$ go-for-it complete <taskid>
- Remove
$ go-for-it remove <taskid>
The complete documentation and specifications can be found on Dreams of code repo