This is Goose, the annoying task manager that you never wanted. Goose is optimized for those who prefer to work with a Command Line Interface (CLI) because he can only listen to commands.
listDisplays current todo list.
listtodoAdds a task to your list.
todo [description]todo borrow bookeventAdds an event to your list.
event [description] /at [DD/MM/YYYY] [24-hr Time]event meeting /at 15/2/2020 1400deadlineAdds a deadline to your list.
deadline [description] /by [DD/MM/YYYY] [24-hr Time]deadline homework /by 15/3/2020 2359findRetrieves list of tasks containing keyword.
find [KEYWORD]find homeworkdeleteDeletes the task at index specified.
delete [INDEX]delete 1doneMarks task at index specified as done.
done [INDEX]done 1undoneMarks task at index specified as undone.
undone [INDEX]undone 1undoUndo your last action. If you ‘undo’ after an ‘undo’, the list will revert to its original state.
undobyeSay goodbye to Goose :(
bye