goDo
is designed to play to developers strong suits, their hands on the keys and in the command line. It will allow the user to create and manage tasks directly in the terminal keeping them in tune with their work.
command | Description | Working |
---|---|---|
version |
Use to verify the version installed and build info. | ✅ |
add |
Passing add with a description adds a task to the list | ✅ |
delete |
To delete a task from teh list. | ⏳ |
edit |
If the description needs to be updated pass the command. | ❌ |
complete |
To mark a task as complete. | ❌ |
list |
Show a list of all the tasks. | ❌ |