User Guide
- Introduction
- Quick Start
- Features
- 3.1. Adding task
todo
deadline
event
recurring
- 3.2. Deleting task
delete
- 3.3. Marking task as done
done
- 3.4. Finding task
find
- 3.5. Checking the list of tasks
list
- 3.6. Resetting the program
reset
- 3.7. Exiting the program
bye
- 3.1. Adding task
- Command Summary
Introduction
This product is a Personal Assistant Chatbot that helps a person keep track of various tasks.
Quick Start
-
Ensure you have Java
11
or above installed in your Computer. -
Download the latest duke.jar here.
-
Copy the file to the folder you want to use as the home folder for your Address Book.
-
Double-click the file to start the app. The GUI should appear in a few seconds.
Features
Sample
Adding task todo
deadline
event
recurring
Add a task into the duke.
Format:
todo description
deadline description /by yyyy-MM-dd
event description /at yyyy-MM-dd
recurring description /at yyyy-MM-dd
Example:
todo read book
deadline homework /by 2020-04-01
event lecture /at 2020-05-01
recurring jogging /at 2020-04-01
Note: recurring task recurs every week.
Deleting task delete
Delete the indexed task from the duke.
Format:
detele index
Example:
delete 3
Marking task as done done
Mark the indexed task as done.
Format:
delete index
Example:
done 4
Note: if the indexed task is recurring task, it will recur.
Finding task find
Find the tasks with the specified keyword.
Format:
find keyword
Example:
find read
Checking the list of tasks list
Check all the tasks in the program.
Format:
list
Resetting the program reset
Clear all the tasks store in the program.
Format:
reset
Exiting the program bye
Exit the program.
Format:
bye
Command Summary
- Add
todo description
deadline description /by yyyy-MM-dd
event description /at yyyy-MM-dd
recurring description /at yyyy-MM-dd
- Example:
todo read book
deadline homework /by 2020-04-01
event lecture /at 2020-05-01
recurring jogging /at 2020-04-01
- Example:
- Delete
detele index
- Example:
delete 3
- Example:
- Done
delete index
- Example:
done 4
- Example:
- Find
find keyword
- Example:
find read
- Example:
-
List
list
-
Reset
reset
- Exit
bye