Duke is a Personal Assistant Chatbot that helps users keep track of tasks.
help
- Shows help pageDisplays a help page with all available commands.
Example usage:
help
todo
- Add new todoAdd a new todo with the details given.
Example usage:
todo tutorial
event
- Add new eventAdd a new event with the details and time given.
Example usage:
event meeting /at 2020/10/09 1800 to 2020/10/09 2000
deadline
- Add new deadlineAdd a new deadline with the details and time given.
Example usage:
event meeting /by 2020/10/09 1800
done
- Mark task as doneMark task with the specified number as done.
Example usage:
done 2
delete
- Delete a taskDelete task with the specified number.
Example usage:
delete 1
list
- List out all tasksList out all tasks stored.
Example usage:
list
find
- Find tasks by keywordFind all tasks with the specified keyword.
Example usage:
find book
sort
- List out the tasks after sortingSorts events or deadlines in ascending order by date
Example usage:
sort event