Duke is a personalised chat bot designed to help you keep track of your day-to-day task.
Quit the Duke program. The task list will be updated before saving.
bye
Example of usage:
bye
Expected outcome:
Bye. Hope to see you again soon! :)
Print the entire task list
list
Example of usage:
list
Expected outcome:
Here is your task list:
1. task 1
2. task 2
3. task 3
Add a task that does not have a due date to the task list.
Example of usage:
todo collect laundry
Expected outcome:
Added: [T} [Not Done] collect laundry
Now you have 1 task(s) on your list.
Add a task that has a due date to the task list.
deadline [task] /by [YYYY-MM-DD]
Example of usage:
deadline collect laundry /by 2020-01-02
Expected outcome:
Added: [D} [Not Done] collect laundry by 02-Jan-2020
Now you have 1 task(s) on your list.
Add an event that happens at a certain date to the task list.
event [task] /at [YYYY-MM-DD]
Example of usage:
event collect laundry /at 2020-01-02
Expected outcome:
Added: [E} [Not Done] collect laundry at 02-Jan-2020
Now you have 1 task(s) on your list.
Mark a certain task in task list as a finished task.
done [index of task]
Example of usage:
done 1
Expected outcome:
Good job! I've marked this task as done
1. [T] [Done] collect laundry
Deletes a certain task in task list.
delete [index of task]
Example of usage:
delete 1
Expected outcome:
Deleted: [T] [Done] collect laundry