Creation of Todo Tasks (without date) as well as Deadline and Event Tasks (with date).
Tags Tasks with identifiers.
tagTags the selected task with a string for easier searching and identification
tag [index] #[identifier]Task tagged successfullyOn next occurrence of task being printed out, the corresponding tag will be printed at the end.
[E][X] CS2103 Exam (at Apr 25 2020 1300) Tags: #sad
todoAdds a todo to your list.
todo [description]todo Print CS2103 TextbookeventAdds an event to your list with an event time.
event [description] /at YYYY-MM-DD (HHmm)event CS2103 Exam /at 2020-04-25 1300deadlineAdds a deadline to your list with a due date.
deadline [description] /by YYYY-MM-DD (HHmm)deadline CS2103 Post Lecture Quiz /by 2020-02-19 2359listDisplays a list of all current Tasks.
listfindSearches for corresponding Tasks containing keyword provided.
find [keyword]find lifedeleteDeletes the task at index specified (one-indexed).
delete [index]delete 1doneMarks task at index specified as done.
done [index]done 1byeExits AutoResponder
bye