ip

User Guide

Duke is a desktop application for managing tasks, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI).


Features

Listing all tasks: list

Shows a list of all tasks in the application.

Format: list


Add a new todo: todo

Adds a new todo task.

Format: todo DESCRIPTION

Examples:


Add a new deadline: deadline

Adds a new deadline task.

Format: deadline DESCRIPTION by DD/MM/YYYY HHMM

Examples:


Add a new event: event

Adds a new event task.

Format: event DESCRIPTION at DD/MM/YYYY HHMM-HHMM

Examples:


Find relevant tasks: find

Finds relevant tasks based on the keyword provided.

Format: find KEYWORD

Examples:


Mark task as done: done

Marks a task as done.

Format: done INDEX

Examples:


Deleting a task: delete

Deletes a task.

Format: delete INDEX

Examples:


Exiting the application: bye

Exits the application.

Format: bye