Duke is an application to manage tasks.
Add todo, deadline and event tasks.
View all tasks in task list.
Mark specified task as done.
Delete specified task.
Find task with keyword.
Task list is automatially saved on any change.
list
- Lists all the tasksdone <index>
- Marks task at given index donedelete <index>
- Deletes task at given indextodo <description>
- Adds a todo task to the listdeadline <description> /by <date>
- Adds a deadline task to the listevent <description> /by <date>
- Adds an event task to the listfind <keyword>
- Shows tasks with the given keywordbye
- Exits and saves the tasks