
Ducat is an task management chatbot (AKA catbot) that allows you to note down your tasks and manage them accordingly. You can ask Ducat to create new tasks and tick them off when completed. You can edit, delete, and search through your tasks as you wish.
todoAdd a todo to your tasks list.
todo <description>
todo Read book
deadlineAdd a deadline to your tasks list. You can specify dates for deadlines.
deadline <description> /by <yyyy-mm-dd>
deadline Assignment /by 2020-03-12
eventAdd an event to your tasks list. You can specify dates for events.
event <description> /by <yyyy-mm-dd>
event Meeting /by 2020-04-12
doneMarks a task as done.
done <task number>
done 4
editEdit the description of a task (todo, deadline, or event)
edit <task number> /to <new description>
edit 1 /to Read textbook
deleteRemoves a task from the list.
delete <task number>
delete 2
findSearch the list for tasks containing a keyword.
find <keyword>
find book
listList all of your tasks.
list
byeSays goodbye.
bye