ip

User Guide

Features

Listing all tasks: list

Adding a todo task: todo

Adding a deadline task: deadline

Adding an event task: event

Deleting a task by index: delete

Locating tasks by name: find

Marking a task as completed by index: done

Displaying the statistics of recent activities: stats

Exiting the program: bye

Usage

Listing all tasks: list

Shows a list of all tasks in Dude.

Format: list

Adding a todo task: list

Adds a todo task to Dude.

Format: todo NAME

Examples:

Adding a deadline task: deadline

Adds a deadline task to Dude.

Format: deadline NAME /by DD/MM/YYYY HHMM

Examples:

Adding an event task: event

Adds an event task to Dude.

Format: event NAME /at DD/MM/YYYY HHMM

Examples:

Deleting a task by index: delete

Deletes the specific task from Dude.

Format: delete INDEX

Examples:

Locating tasks by name: find

Finds tasks whose names contains any of the given keywords in Dude.

Format: find KEYWORD

Examples:

Marking a task as completed by index: done

Marks the specific task as completed in Dude.

Format: done INDEX

Examples:

Displaying the statistics of recent activities: stats

Displays the number of tasks completed in the past 7 days.

Format: stats

Exiting the program: bye

Exits the program.

Format: bye