Timitomo is a chatbot designed to help you organize your tasks effortlessly, making task management simple and stress-free.
- Ensure that you have Java 17 or above installed on your device.
- Download the latest
.jarfile from here. - Copy the
.jarfile to the folder you want to use as the home folder for your chatbot. - Open a command terminal,
cdinto the folder you put the.jarfile in, and run the commandjava -jar timitomo.jarto start the application. - Use commands to interact with the chatbot. Refer to the Features below for more details.
Timitomo can support 3 different kinds of tasks:
- ToDo: A basic task
- Deadline: A task with a due date
- Event: A task with a start and end date & time
** More features to be released soon!
Here's a partial list of available commands:
- todo
- deadline
- event
- mark
- delete
- find
- list
Each command has the form
<command> <argument(s)>
Exits Timitomo.
bye
bye
Confirms a time slot for a tentative Event task.
confirm <task index> <time slot index>
confirm 7 1
Creates a task with a due date.
deadline <description> /by <due date>
deadline Submit Assignment /by 30-04-2025 1700
Deletes a task.
delete <task index>
delete 2
Creates a task with a start and end date & time. The start and end dates can either be confirmed, or tentative.
event <description> /from <start> /to <end>event <description> /slot <start> /to <end> /slot <start> /to <end> ...
event World Cup Final /from 18-12-2022 1800 /to 18-12-2022 2100
event Holiday Trip /slot 09-09-2030 /to 15-09-2030 /slot 16-09-2030 0115 /to 26-09-2030 /slot 04-06-2030 /to 15-06-2030 1840
Finds all tasks containing a specific keyword
find <keyword(s)>
find bills
Lists all tasks
list
list
Marks a task as done.
mark <task index>
mark 2
Creates a basic task.
todo <description>
todo grocery shopping
Marks a task as not done (unmark).
unmark <task index>
unmark 2
