ip

User Guide

Features

Adding simple task: todo

Adds a simple task with a short description.

Format: todo [task description]

Examples:

Adding an event: event

Adds an event.

Format: event [event description] /at [date] [time]

Examples:

Adding a task with a deadline: deadline

Adds a task with a deadline.

Format: deadline [deadline description] /by [date] [time]

Example:

Read tasks: list

Reads all the saved tasks in the list.

Format: list

Deleting a task: delete

Deletes an existing task in the task list.

Format: delete INDEX

Example:

Finding a task by key word: find

Find tasks which contains any of the keyword.

Format: find KEYWORD

Examples:

Updating a task completely: update task

Replaces an existing task in the task list with another task.

Format: update task INDEX

Example:

Updating a task’s description: update desc

Updates the description of an existing task in the task list.

Format: update desc INDEX

Examples:

Updating an event’s or a deadline’s time: update time

Updates the time of an existing event or task with a deadline in the task list.

Format: update time INDEX

Examples:

Updating an event’s or a deadline’s date: update date

Updates the date of an existing event or task with a deadline in the task list.

Format: update date INDEX

Examples:

Exiting the program and saving the program: bye

Exits the program and saves all the changes made to task list.

Format: bye