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.
list
Displays current todo list.
list
todo
Adds a task to your list.
todo [description]
todo borrow book
event
Adds an event to your list.
event [description] /at [DD/MM/YYYY] [24-hr Time]
event meeting /at 15/2/2020 1400
deadline
Adds a deadline to your list.
deadline [description] /by [DD/MM/YYYY] [24-hr Time]
deadline homework /by 15/3/2020 2359
find
Retrieves list of tasks containing keyword.
find [KEYWORD]
find homework
delete
Deletes the task at index specified.
delete [INDEX]
delete 1
done
Marks task at index specified as done.
done [INDEX]
done 1
undone
Marks task at index specified as undone.
undone [INDEX]
undone 1
undo
Undo your last action. If you ‘undo’ after an ‘undo’, the list will revert to its original state.
undo
bye
Say goodbye to Goose :(
bye