ip

User Guide

Hello from
 _____        _     _
|  __ \      | |   | |
| |  | | ___ | |__ | |__  _   _
| |  | |/ _ \| '_ \| '_ \| | | |
| |__| | |_| | |_) | |_) | |_| |
|_____/ \___/|_.__/|_.__/ \__, |
                           __/ |
                          |___/

Meet Dobby, your personal task manager to help you stay organised and on top of all your tasks

Features

#Add Tasks Dobby allows you to add various types of tasks such as todo, deadline, and event.

#Mark Tasks You can mark tasks as completed to keep track of your progress.

#Delete Tasks Remove tasks that are no longer needed from your task list.

#Find Tasks Search for tasks containing specific keywords to quickly locate relevant tasks.

#List Tasks List all tasks in task list

Usage

todo - Add a todo Task

Adds a todo task to your task list.

format: todo < description >

Example of usage:

todo Buy lunch Expected outcome:
image

deadline - Add a Deadline Task

Adds a task with a deadline to your task list.

format: deadline < description > /by < deadline >

Example of usage:

Deadline complete assignment /by today 9pm Expected outcome:
image

event - Add a event Task

Adds a event to your task list.

format: event < description > /from < start time/date > /to < end time/date >

Example of usage:

event formula 1 race /from sunday 9pm /to 11pm Expected outcome:
image

mark - Mark a Task as Done

Marks a task as completed.

format: mark < task index >

Example of usage:

mark 1 Expected outcome:
image

unmark - Mark a Task as Undone

Marks a completed task as undone.

format: unmark < task index >

Example of usage:

unmark 1 Expected outcome:
image

delete - Delete a Task

Removes a task from your task list.

format: delete < task index >

Example of usage:

delete 1 Expected outcome:
image

find - Find Tasks by Keyword

Searches for tasks containing specific keywords. returns a list of tasks with matching keywords

format: find < keyword >

Example of usage:

find formula Expected outcome:
image

list - Lists all Tasks

Lists all tasks in task list including current status and task type

format: list

Example of usage:

list Expected outcome:
image

bye - exits dobby

ends the program

format: bye