todo Description of Task
Adds a new task of type "ToDo" to the task list.
todo buy groceries
Added Task!
deadline Description of Task/by DD.MM.YYYY HH:MM
Adds a new task of type "Deadline" to the task list.
deadline return library book/by 14.02.2021 14:00
Added Task!
event Description of Task/from DD.MM.YYYY HH:MM to DD.MM.YYYY HH:MM
Adds a new task of type "Event" to the task list.
event Marcus's birthday party/from 14.02.2021 18:00 to 14.02.2021 23:30
Added Task!
list
Lists all tasks currently in the task list.
list
All Tasks:
[T][] buy groceries
[D][] deadline return library book/by Sun Feb 14 14:00:00 SGT 2021
[E][] Marcus's birthday party/from Sun Feb 14 18:00:00 SGT 2021 to Sun Feb 14 23:30:00 SGT 2021
complete Task Type Task Description
Finds and marks the desired task complete.
complete todo buy groceries
complete deadline return library book/by 14.02.2021 14:00
complete event Marcus's birthday party/from 14.02.2021 18:00 to 14.02.2021 23:30
Task marked complete!
remove Task Type Task Description
Finds and removes the desired task from the task list.
remove todo buy groceries
remove deadline return library book/by 14.02.2021 14:00
remove event Marcus's birthday party/from 14.02.2021 18:00 to 14.02.2021 23:30
Task removed.
find Key Word
Finds and lists all tasks from the task list that contain the entered key word.
find book
There were 1 tasks containing your keyword:
1: [D][] deadline return library book/by Sun Feb 14 14:00:00 SGT 2021
help
Lists all commandss accepted by Duke
help
Enter one of the following commands:
[1] Hello
[2] Todo
[3] Deadline /by <DD.MM.YYYY HH:MM>
[4] Event /from <DD.MM.YYYY HH:MM> to <DD.MM.YYYY HH:MM>
[5] List
[6] Find
[7] Complete
[8] Remove
[9] Help
[10] Bye
hello
If entered upon launch, prompts a greeting and an instruction from Duke. Subsequently prompts an instruction from Duke only.
hello
Please enter a command.
bye
Exits the application.
bye
Closure of application.
