duke

View on GitHub

User Guide

1. Introduction
2. Quick Start
3. Features
4. FAQ
5. Command Summary « click HERE if you are reviewing the app :)

1. Introduction

The DukeBot is for those who prefer to use a desktop app for managing tasks. More importantly, DukeBot is optimized for those who prefer to work with a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI).
Have fun!

2. Quick Start

  1. Ensure you have Java 11 or above installed in your Computer.

  2. Download the latest dukebot.jar here

3. Features

Command Format

3.1 Viewing help

Input “help” to view a simple guide to command formats.
Format: help

3.2. Adding a task: todo, deadline or event

3.3. Listing all tasks : list

Shows a list of all tasks in the list.
Format: list

3.4. Finding a task by keyword: find

Finds tasks whose description on the list matches exactly that of the given keywords.
Format: find KEYWORD

3.5. Deleting a task: delete

Deletes the specified task from the list.
Format: delete INDEX

3.6. Marking a task as done: done

Marks the specified task in the list as done.
Format: done INDEX

3.7. Postponing a task: postpone

*Todos cannot be postponed.

3.8. Writing notes for a task: note

Appends the notes for a task at the end of the description with a #.
Format: note NOTES

3.9. Exiting the program: bye

Exits the program.
Format: bye

4. FAQ

5. Command Summary