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