duke

Personal Assistant Togepi - User Guide

1. Introduction

Personal Assistant Togepi (PAT) is for those who prefer to use a desktop app for managing your tasks. More importantly, PAT is optimized for those who prefer to work with a Command Line Interface (CLI), so if you can type fast, PAT can get your manage your tasks faster than traditional GUI apps.

2. Quick Start

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

2.2 Download the latest duke-0.2.jar here

2.3 Copy the file to the folder you want to use as the home folder for your Personal Assistant Togepi.

2.4 Start up the application. It should look as follows:

GitHub Logo

2.5 Type the command in the command box and press Enter to execute it.
E.g. typing help and pressing Enter will open the help window.

2.6 Some example commands you can try:

3. Features

3.1 Showing help

Displays a list of all the available commands. Format: help

3.2 Adding todos

Add tasks that the user needs todo. Format: todo n/DESCRIPTION

Examples:

3.3 Adding deadlines

Add tasks that the user needs to complete by a certain deadline. Format: todo n/DESCRIPTION /by d/DATE

Examples:

3.4 Adding event

Add events that the user needs to attend on a certain date. Format: todo n/DESCRIPTION /at d/DATE

Examples:

3.4 Finding tasks

Finds tasks that contain the specific KEYWORD in the description. Format: find KEYWORD

Examples:

3.6 Marking task as completed

Marks a specified task as completed Format: done INDEX

Examples:

3.7 Displaying statistics

Displays percentage of tasks in the list that are of a certain type. Format: percent TYPE