list
- To list all tasks on the task list.Command: list
Example: list
Expected outcome:
Here are your tasks in your list:
1.[E][✓] have a party (at: Dec 20 2020)
2.[T][✘] read book
3.[D][✘] submit homework (by: Dec 12 2020)
done
- To mark one or more tasks as done.Command: done
Example: done 2 3
Expected outcome:
Nice! I've marked the following task as done:
[T][✓] read book
[D][✓] submit homework (by: Dec 12 2020)
todo
- To add new todo task to the task list.Command: todo
Example: todo play game
Expected outcome:
Got it. I've added this task:
[T][✘] play game
Now you have 4 tasks in your list.
deadline
- To add new deadline task to the task list.Command: deadline
Example: deadline return book /by 2020-10-10
Expected outcome:
Got it. I've added this task:
[D][✘] return book (by: Oct 10 2020)
Now you have 5 tasks in your list.
event
- To add new event task to the task list.Command: event
Example: event graduation /at 2021-05-15
Expected outcome:
Got it. I've added this task:
[E][✘] graduation (at: May 15 2021)
Now you have 6 tasks in your list.
delete
- To delete one or more tasks from the task list.Command: delete
Example: delete 2 3
Expected outcome:
Got it. I've removed the following task:
[T][✓] read book
[D][✓] submit homework (by: Dec 12 2020)
Now you have 4 tasks in your list.
find
- To search task(s) that contain the keywords.Command: find
Example: find book
Expected outcome:
Here are the matching tasks in your list:
[D][✘] return book (by: Oct 10 2020)
bye
- To exit the programCommand: bye
Example: bye
Expected outcome:
-----------------------------------
Bye. Hope to see you again soon!
-----------------------------------