Dino 🦕 is a Personal Assistant Chatbot that helps you keep track of your tasks and notes.
- Ensure you have Java 11 or above installed in your Computer.
- Download the latest dino.jar from here.
- Copy the file to the folder you want to use as the home folder for your Chatbot.
- Double-click the file to start the app. The GUI similar to the below should appear in a few seconds.
Add tasks without any date/time attached to it.
e.g. buy chips
Format: todo <description>
Add tasks that need to be done before a specific date.
e.g. submit ip by 17/9/2022
Format: deadline <description> /by <dd/M/yyyy>
Add tasks that start at a specific time and ends at a specific time.
e.g. concert at 8/10/2022 7:30pm
Format: event <description> /at dd/M/yyyy HH:mm
Add small snippets of textual information the user wants to record.
e.g. one's own waist size
Format: note <description>
Display list of all tasks and notes.
Format: list
Mark a task as done or undone.
Format: mark <index of task>
or unmark <index of task>
Delete a task from the list.
Format: delete <index of task>
Displays all tasks and notes with the given keyword.
e.g. project
Format: find <keyword>