User Guide

Duke DuiDui is a desktop app for managing tasks, optimized for use via a Command Line Interface (CLI).

Quick start

  1. Ensure you have Java 11 or above installed in your computer.
  2. Download the latest duke.jar from here.
  3. Copy the file to the folder you want to use as the home folder for your Duke.
  4. Double-click the file to start the app. The GUI similar to the below should appear in a few seconds.

Enter Page

Features

Format: todo DESCRIPTION

Examples:

Adding a deadline deadline

Adds a deadline to the task list. You can also use commands: Deadline, ddl, DDL

Format: deadline DESCRIPTION /by YYYY-MM-DD HH:SS

Examples:

Adding an event event

Adds an event to the task list. You can also use commands: Event, EVENT, E

Format: event DESCRIPTION /at YYYY-MM-DD HH:SS

Examples:

Marking a task as done done

Marks the task in the list with index i as done. You can also use commands: Done, finish, complete

Format: done i

Examples:

Finding the specific tasks find

Finds the tasks contains KEYWORD in the task list. You can also use commands: FIND, fnd

Format: find KEYWORD

Examples:

Listing all the tasks list

Lists all the tasks in the task list. You can also use command: lst

Format: list

Deleting a specific task delete

Deletes the task in the list with index i. You can also use commands: Delete, clear, clr

Format: delete i

Examples:

Exiting the system bye

Exits Duke DuiDui. You can also use commands: quit, exit

Format: bye