This is a basic user guide for usage of the task tracker Duke.
Prerequisites: JDK 11,
- Download the jar file for Duke under 'Releases'
- Extract it to an empty folder
- Run the jar file and enjoy using Duke!
Duke has access to the following commands:
todo: Adds a todo object to Duke using the formattodo <Task Name>deadline: Adds a deadline object to Duke using the formatdeadline <Task Name> by <Deadline Date>event: Adds an event object to Duke using the formatevent <Task Name> from <Start Time> to <End Time>list: Displays all tasks that have been stored in Duke.mark/unmark: Updates a task's completion status using the formatunmark/mark <Index Number>find: Outputs all tasks that contain a given parameter using the formatfind <Search Parameter>bye: Exits Duke.