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.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:
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:
list
: lists all the tasks in the librarytodo
n/homework
: adds a todo with the description homework
to the library.delete
3
: deletes the 3rd task shown in the current listbye
: exits the appDisplays a list of all the available commands.
Format: help
Add tasks that the user needs todo.
Format: todo n/DESCRIPTION
Examples:
todo n/study for midterms
study for midterms
.Togepi has found something and added it to her storage: [T] x study for midterms Now you have x tasks in your list
.Add tasks that the user needs to complete by a certain deadline.
Format: todo n/DESCRIPTION /by d/DATE
Examples:
deadline n/assignment 0 /by 2/12/2020
assignment 0
.Togepi has found something and added it to her storage: [D] x assignment 0 (by Dec 2 2020) Now you have x tasks in your list
.Add events that the user needs to attend on a certain date.
Format: todo n/DESCRIPTION /at d/DATE
Examples:
event n/marathon /by 4/4/2020
marathon
.Togepi has found something and added it to her storage: [E] x marathon (at April 4 2020) Now you have x tasks in your list
.Finds tasks that contain the specific KEYWORD in the description.
Format: find KEYWORD
Examples:
find study
study
.Togepi has found something and added it to her storage: [E] x marathon (at April 4 2020) Now you have x tasks in your list
.Marks a specified task as completed
Format: done INDEX
Examples:
list
done 2
Togepi used Metronome! It' super effective [D][β] return book (by: Jun 6 2019)
find read
Marks the first task on the filtered list as completed.
Togepi used Metronome! Itβ super effective [T][β] read book`Displays percentage of tasks in the list that are of a certain type.
Format: percent TYPE
todo
, deadline
, event
or done
.