Duke is an assistant that helps you track your daily tasks.
These are the features offered by Duke:
todo
- Add a todo taskExample of usage:
todo read book
Expected outcome:
Got it, I've added this task:
[T][X] read book
Now you have have 1 tasks in the list.
deadline
- Add a deadline taskExample of usage:
deadline MA2104 assignment /by 2020-04-29
Expected outcome:
Got it, I've added this task:
[D][X] MA2104 assignment (by: April 29 2020)
Now you have have 1 tasks in the list.
event
- Add an event taskExample of usage:
event wedding /at 2020-04-29
Expected outcome:
Got it, I've added this task:
[E][X] wedding (at: April 29 2020)
Now you have have 1 tasks in the list.
after
- Add an after taskExample of usage:
after run /after nap
Expected outcome:
Got it, I've added this task:
[A][X] run (after: nap)
Now you have have 1 tasks in the list.
list
- List all tasksExample of usage:
list
Expected outcome:
Here are the tasks in your list:
1. [T][X] read book
2. [D][X] MA2104 assignment (by: April 29 2020)
3. [E][X] wedding (at: April 29 2020)
4. [A][X] run (after: nap)
done
- Mark a task as doneExample of usage:
done 1
Expected outcome:
Nice! I've marked this task as done:
[T][✓] read book
Now you have 3 tasks in the list.
delete
- Delete a taskExample of usage:
delete 1
Expected outcome:
Noted. I've removed this task:
[T][X] read book
Now you have 3 tasks in the list.
bye
- Exit DukeExample of usage:
bye
Expected outcome:
Bye. Hope to see you again soon!