Add tasks to the list.
TODO
Adds a task that needs to be completed.
Example of usage:
Todo buy dinner
Expected outcome:
Got it. I''ve added this task:
[T][✘] buy dinner
Now you have 1 task in the list.
DEADLINE
Adds a task that needs to be completed by a certain date.
Example of usage:
Deadline buy dinner /by 7pm
Expected outcome:
Got it. I''ve added this task:
[D][✘] buy dinner (by: 7pm)
Now you have 2 tasks in the list.
EVENT
Adds an event that is happening on a certain date.
Example of usage:
Event dinner /at Friday 7pm
Expected outcome:
Got it. I''ve added this task:
[E][✘] dinner (at: Friday 7pm)
Now you have 3 tasks in the list.
Delete tasks from the list.
DELETE
Removes the task specified by the number in the list.
Example of usage:
Delete 1
Expected outcome:
Got it. I''ve removed this task:
[T][✘] buy dinner
Now you have 2 tasks in the list.
Mark tasks as done.
DONE
Indicate the number of the completed task in the list.
Example of usage:
Done 1
Expected outcome:
Nice! I've marked this task as done:
[D][✓] buy dinner (by: 7pm)
View all the tasks current in your list.
LIST
Specify the “list” word to view list.
Example of usage:
List
Expected outcome:
Here are the tasks in your list:
1.[D][✓] buy dinner (by: 7pm)
2.[E][✘] dinner (at: Friday 7pm)
Search for that contain the specified keyword.
FIND
Specify the keyword to search for tasks that contain that keyword.
Example of usage:
Find dinner
Expected outcome:
Here are the matching tasks in your list:
1. [D][✓] buy dinner (by: 7pm)
2. [E][✘] dinner (at: Friday 7pm)
Save the current tasks in your list and exit the program.
BYE
Example of usage:
bye
Expected outcome:
Bye. Hope to see you again soon!