Creation of Todo Tasks (without date) as well as Deadline and Event Tasks (with date).
Tags Tasks with identifiers.
tag
Tags the selected task with a string for easier searching and identification
tag [index] #[identifier]
Task tagged successfully
On 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
todo
Adds a todo to your list.
todo [description]
todo Print CS2103 Textbook
event
Adds an event to your list with an event time.
event [description] /at YYYY-MM-DD (HHmm)
event CS2103 Exam /at 2020-04-25 1300
deadline
Adds 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 2359
list
Displays a list of all current Tasks.
list
find
Searches for corresponding Tasks containing keyword provided.
find [keyword]
find life
delete
Deletes the task at index specified (one-indexed).
delete [index]
delete 1
done
Marks task at index specified as done.
done [index]
done 1
bye
Exits AutoResponder
bye