ip

View on GitHub

User Guide

Features

Notes about the command format:

Usage

Feature 1

Adding tasks to the task list

todo - Adds a todo task to the task list

Format: todo TASK_DESCRIPTION

Examples of correct usage:

Examples of wrong usage:

deadline - Adds a deadline task to the task list

Format: deadline TASK_DESCRIPTION /by YYYY-MM-DD

Examples of correct usage:

Examples of wrong usage:

event - Adds a event task to the task list

Format: event TASK_DESCRIPTION /at YYYY-MM-DD

Examples of correct usage:

Examples of wrong usage:

Feature 2

View tasks in the list

list - Displays all the added tasks in a list

Feature 3

Find tasks from the list

find - Finds all the tasks that contains a keyword

Format: find KEYWORD

Examples of correct usage:

Examples of wrong usage:

Feature 4

Finish tasks in the list

done - Marks tasks as done

Format: done TASK_INDEX [TASK_INDEX] ... (multiple task indexes should be separated by a single space)

Examples of correct usage:

Examples of wrong usage:

Feature 5

Remove tasks from the list

delete - Deletes tasks from the list

Format: delete TASK_INDEX [TASK_INDEX] ... (multiple task indexes should be separated by a single space)

Examples of correct usage:

Examples of wrong usage:

Feature 6

Exit the application

bye - Closes the application