Duke is a chatbot that helps you to keep track of your various tasks.
List of commands include:
list
Shows a list of all tasks currently in the task list.
Format: list
todo
Adds a To-do task, with a given description.
Format: todo
TASK_DESCRIPTION
deadline
Adds a Deadline task, with a given description, and a given date-time.
Format: deadline
TASK_DESCRIPTION /by yyyy-MM-ddTHH:mm
event
Adds an Event task, with a given description, and a given date-time.
Format: event
TASK_DESCRIPTION /by yyyy-MM-ddTHH:mm
delete
Deletes a task from the task list based on index.
Format: delete
TASK_INDEX
done
Marks a task as done based on index.
Format: done
TASK_INDEX
undo
Undoes the previous command.
Format: undo