View on GitHub

duke

Starter code for the Duke project

User Guide

Command Format

Features

Adding a todo: todo

Format: todo [DESCRIPTION]

Examples:

Adding a deadline: deadline

Format: deadline [DESCRIPTION] /by [DATETIME]

Examples:

Adding an event: event

Format: event [DESCRIPTION] /at [DATETIME] to [DATETIME]

Examples:

Listing all tasks: list

Format: list

Marking task as done: done

Format: done [INDEX]

Deleting a task: delete

Format: delete [INDEX]

Finding relevant tasks: find

Finds all the tasks containing an exact match of the string.
Format: find [DESCRIPTION]

Examples:

Snoozing tasks: snooze

Changes the time information of an event or a deadline.

Format:

Examples: