
Welcome to ChatterBot, your intelligent chatbot assistant for task management.
java -jar ChatterBot.jar
ChatterBot helps you track tasks easily. There are three types of tasks: todos, deadlines with a due date, and events with start and end times.
todo Buy groceries
deadline Complete quiz /by 2025-02-20 1800
event Project meeting /from 2025-02-22 1400 /to 2025-02-22 1600
Got it. I've added this task:
[D][ ] Complete quiz (by: Feb 20 2025, 6:00 PM)
Now you have 1 task in the list.
To list all tasks, use the list command.
list
Here are the tasks in your list:
1. [T][ ] Buy groceries
2. [D][ ] Complete quiz (by: Feb 20 2025, 6:00 PM)
3. [E][ ] Project meeting (from: Feb 22 2025, 2:00 PM to: Feb 22 2025, 4:00 PM)
To remove a task from your list, enter delete then a task number.
delete 2
Noted. I've removed this task:
[D][ ] Complete quiz (by: Feb 25 2025, 6:00 PM)
Now you have 2 tasks in the list.
To mark a task as done, enter mark/unmark, then a task number.
mark 1
unmark 1
Nice! I've marked this task as done:
[T][X] Buy groceries
To search for a task, use find then a keyword.
find groceries
Here are the matching tasks in your list:
1. [T][ ] Buy groceries
ChatterBot helps you find the next available free time slot for scheduling new events.
free 4h
The nearest 4-hour free slot is on Feb 26, 2025 from 2:00 PM to 6:00 PM.