ip

Duke Chatbot

User Guide About Us View on GitHub

User Guide

Introduction

The Duke Chatbot is a desktop app optimized for managing tasks and events, making use of a Command Line Interface (CLI) whilst offering the benefits of a Graphical User Interface (GUI). If you’re a fast typer, our chatbot will help you manage your tasks more efficiently than traditional GUI apps.

Quick Start:

  1. Ensure you have Java 11 or above installed on your computer.
  2. Download the latest jar file.
  3. Copy the file to the folder you want to use as the home directory for your Chatbot.
  4. Open a command terminal, navigate to the folder containing the jar file, and run the chatbot using the java -jar chatbot.jar command.

Features

:information_source: Notes about the command format:

Commands

FAQ

Command Summary

| Action | Format, Examples | |———–|———————————————————————————–| | List | list | | Mark | mark TASK_INDEX e.g., mark 2 | | Unmark | unmark TASK_INDEX e.g., unmark 2 | | Delete | delete TASK_INDEX e.g., delete 2 | | Deadline | deadline TASK_NAME /by DATE_TIME e.g., deadline Submit Homework /by 2023-10-15| | Event | event EVENT_NAME /at DATE_TIME e.g., event Team Meeting /at 2023-10-20 | | Todo | todo TASK_NAME e.g., todo Read Book | | Find | find KEYWORD e.g., find meeting |