Todo
todo
- Describe actionCreate a todo task in your task list.
Example of usage:
todo read book
Expected outcome:
I've added this task:
[T][X] read book
Now you have 1 tasks in the list.
#
Event
event
- Describe actionCreate a event task in your task list. The time of the event should be keyed in and included as well.
Example of usage:
event dance competition /at 2020-03-24
Expected outcome:
I've added this task:
[E][X] dance competition (at: Mar 24 2020)
Now you have 1 tasks in the list.
#
Deadline
deadline
- Describe actionCreate a deadline task in your task list. The time for the deadline should be keyed in and included as well.
Example of usage:
deadline 2103T assignment /at 2020-03-24
Expected outcome:
I've added this task:
[D][X] 2103T assignment (by: Mar 24 2020)
Now you have 1 tasks in the list.
#
Tag
tag
- Describe actionTag the tasks.
Example of usage:
tag 1 #chinese
Expected outcome:
Added #chinese to task 1
#
List
list
- Describe actionDisplay the list of tasks you currently have.
Example of usage:
list
Expected outcome:
Here are the tasks in your list:
1. [T][X] read book
tags: #chinese
2. [E][X] dance competition (at: Mar 24 2020)
3. [D][X] 2103T assignent (by Mar 24 2020)
#
find
find
- Describe actionSearch for keywords in the list
Example of usage:
find read
Expected outcome:
Here are the matching keywords in your list:
1. [T][X] read book
Tags: #chinese
If tags exist, then search by tags is available too.
find #chinese
Expected outcome:
Here are the matching tags in your list:
1. [T][X] read book
Tags: #chinese
#
Delete
delete
- Describe actionRemove task from task list.
Example of usage:
delete 1
Expected outcome:
I've removed this task:
1. [T][X] read book
Tags: #chinese
#
done
done
- Describe actionMark the task as done.
Example of usage:
done 1
Expected outcome:
Nice! I've marked this task as done:
1. [T][O] read book
#
bye
bye
- Describe actionEnds the program.
Example of usage:
bye
Expected outcome:
Okie!! Goodbye.