Individual chatbot project for CS2103T.
This document outlines the commands available for managing tasks, including adding, marking, unmarking, deleting, and finding tasks. Supported date formats are also listed.
bye
: Exits the application.
bye
list
: Lists all tasks.
list
help
: Displays the list of available commands.
help
mark [task number]
: Marks a task as completed.
mark 2
unmark [task number]
: Unmarks a completed task.
unmark 2
delete [task number]
: Deletes a task.
delete 3
todo [description]
: Adds a todo task with the specified description.
todo Read a book
deadline [description] /by [date]
: Adds a deadline task with the specified description and due date.
deadline Finish project /by 2023-12-15 18:00
event [description] /from [date] /to [date]
: Adds an event task with the specified description, start date, and end date.
event Team workshop /from 2023-11-20 09:00 /to 2023-11-20 17:00
find [keyword(s)]
: Searches for tasks containing the specified keyword(s).
find workshop
The following date formats are supported for deadlines and events:
yyyy-MM-dd HH:mm:ss
2023-12-31 23:59:59
yyyy-MM-dd HH:mm
2023-12-31 23:59
yyyy-MM-dd
2023-12-31
dd/MM/yyyy HH:mm:ss
31/12/2023 23:59:59
dd/MM/yyyy HH:mm
31/12/2023 23:59
dd/MM/yyyy
31/12/2023
dd/MM/yy HH:mm:ss
31/12/23 23:59:59
dd/MM/yy HH:mm
31/12/23 23:59
dd/MM/yy
31/12/23
dd MMM yyyy HH:mm:ss
31 Dec 2023 23:59:59
dd MMM yyyy HH:mm
31 Dec 2023 23:59
dd MMM yyyy
31 Dec 2023