Add a todo task into the tasklist.
todo
- Add todo tasksAdd a todo task into the tasklist.
Example of usage:
todo sleep
Expected outcome:
added:sleep
Now you have 1 task(s) in the list
Add a event task with due date into the tasklist.
event
- Add event tasksAdd a event task with due date into the tasklist.
Example of usage:
event sleep /by 2020-09-15
Expected outcome:
added:sleep
Now you have 1 task(s) in the list
Add a deadline task with deadline into the tasklist.
deadline
- Add deadline tasksAdd a deadline task with deadline into the tasklist.
Example of usage:
deadline sleep /by 2020-09-15
Expected outcome:
added:sleep
Now you have 1 task(s) in the list
Delete a task from the tasklist.
delete
- Delete tasksDelete a task from the tasklist.
Example of usage:
delete 1
Expected outcome:
I have removed this task:
[T][✘] sleep
Change the status icon of a task from a cross to a check.
done
- Mark as doneChange the status icon of a task from a cross to a check.
Example of usage:
done 1
Expected outcome:
Great! I have marked this task as done:
[T][✘] sleep
Find tasks matching the keywords.
find
- find tasksFind tasks matching the keywords.
Example of usage:
find sleep
Expected outcome:
Here are the tasks I find:
1. [T][✘] sleep
Exit the process and save the changes into the tasklist.
bye
- exit processExit the process and save the changes into the tasklist.
Example of usage:
bye
Expected outcome:
Bye-bye, see you next time!