ip

User Guide

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

Tables of Contents

Features

FAQ
Command Summary

Features

Note:


Adding a task: todo, deadline, event

Adds a task into the list

Format:

Comments:

Examples:


Listing all tasks: list

Shows a list of all tasks.

Format: list


Locating task by description: find

Finds tasks whose description contain the given keyword

Format: find KEYWORD [MORE_KEYWORDS]

Comments:

Examples:


Finishing a task: done

Marks the specified task as completed.

Format: done INDEX

Comments:

Examples:


Deleting a task: delete

Deletes the specified task from the list.

Format: delete INDEX

Comments:

Examples:


Archiving a task: archive

Archives the specified task in the list.

Format: archive INDEX

Comments:

FAQ

Q: Do I need to save the data?
A: No, the tasks are saved automatically every time the list changes.

Command Summary

Action Format, Examples
Todo todo DESCRIPTION
e.g. todo read book
Deadline deadline DESCRIPTION /by DATE [TIME]
e.g. deadline return book /by 24/08/2020
Event event DESCRIPTION /at DATE [TIME]
List list
Find find KEYWORD [MORE_KEYWORDS]
Done done INDEX
Delete delete INDEX
Archive archive INDEX