ip

IrohBot User Guide

IrohBot is an application built using Java used to manage tasks, via a Command Line Interface (CLI).

How to Begin

  1. Ensure Java 11 has been downloaded and installed on your computer.
  2. Download the latest version of IrohBot.jar here
  3. Copy the file to the folder you want to use as the home folder for your IrohBot.
  4. Double-click the file to start the app.
  5. Commands that can be executed in the command box. Here are some example commands you can try:
    • list : Lists all tasks.
    • todo Example : Adds a task of type Todo with description “Example”.
    • delete 2: Deletes the second Task in your task list.
    • bye : Exits the app.

Command format:

Features and Usage:

Adding a todo: todo

Adds a Todo task to your task list.

Format: todo TODO_NAME

Example:

Adding a deadline: deadline

Adds a Deadline task to your task list.

Format: deadline DEADLINE_NAME /by DATE_AND_TIME

Example:

Adding an event: event

Adds an Event task to your task list.

Format: event EVENT_NAME /at DATE_AND_TIME

Example:

Listing all tasks: list

Shows a list of all your tasks.

Format: list

Marking a task as done: done

Marks a specified task from the task list as done.

Format: done INDEX

Example:

Deleting a task: delete

Deletes a specified task from the task list.

Format: delete INDEX

Example:

Find a task with a specific keyword: find

Find tasks with descriptions containing KEYWORD in the Task list.

Format: find KEYWORD

Example:

Closing Application: bye

Exits IrohBot.

Format: bye

Author

Ethan Noah Rozario