Welcome to the User Guide for the Duke chatbox!
todo
Adds a todo to the list of tasks
syntax: todo [DESCRIPTION]
Example: todo homework1
event
Adds an event to the list of tasks. Time must be formatted in DD/MM/YYYY HHmm
syntax: event [DESCRIPTION] /at [TIME]
Example: event lecture /at 20/10/2020 1800
deadline
Adds a deadline to the list of tasks. Time must be formatted in DD/MM/YYYY HHmm
syntax: deadline [DESCRIPTION] /by [TIME]
Example: deadline CS2103IP /by 20/10/2020 1800
list
Show all the tasks.
syntax: list
delete
Delete a task
syntax: delete [INDEX]
Example: delete 1
done
Mark a task as complete
syntax: done [INDEX]
Example: done 1
find
Find a task with the given keyword
syntax: find [KEYWORD]
Example: find homework
bye
Close the program and save your data
syntax: bye