Welcome to Kate, your personal task management chatbot! Kate helps you keep track of your tasks efficiently with simple commands. This guide will help you understand how to use Kate effectively.
You can add three types of tasks: To-Do, Deadline, and Event.
- Command:
todo [Task Name] - Example:
Response:
todo Task A____________________________________________________________ Got it. I've added this task: [T][ ] Task A Now you have 1 task in the list. ____________________________________________________________
- Command:
deadline [Task Name] /by [dd/MM/yyyy HHmm] - Example:
Response:
deadline Task B /by 14/03/2025 2359____________________________________________________________ Got it. I've added this task: [D][ ] Task B (by: 2025-03-14 23:59) Now you have 2 tasks in the list. ____________________________________________________________
- Command:
event [Task Name] /from [dd/MM/yyyy HHmm] /to [dd/MM/yyyy HHmm] - Example:
Response:
event Task C /from 13/03/2025 2359 /to 14/03/2025 2359____________________________________________________________ Got it. I've added this task: [E][ ] Task C (from: 2025-03-13 23:59 to: 2025-03-14 23:59) Now you have 3 tasks in the list. ____________________________________________________________
- Command:
list - Example:
Response:
list1. [T][ ] Task A 2. [D][ ] Task B (by: 2025-03-14 23:59) 3. [E][ ] Task C (from: 2025-03-13 23:59 to: 2025-03-14 23:59)
- Command:
delete [Task Number] - Example:
Response:
delete 3____________________________________________________________ Noted. I've removed this task: [E][ ] Task C (from: 2025-03-13 23:59 to: 2025-03-14 23:59) Now you have 2 tasks in the list. ____________________________________________________________
- Command:
mark [Task Number] - Example:
Response:
mark 1____________________________________________________________ Nice! I've marked this task as done: [T][X] Task A ____________________________________________________________
- Command:
unmark [Task Number] - Example:
Response:
unmark 1____________________________________________________________ Nice! I've unmarked this task as not done: [T][ ] Task A ____________________________________________________________
- Command:
find [Keyword] - Example:
Response:
find B1. [D][ ] Task B (by: 2025-03-14 23:59)
- Command:
bye - Example:
Response:
byeBye! Have a nice day!
| Command | Description |
|---|---|
todo [Task Name] |
Add a to-do task |
deadline [Task Name] /by [dd/MM/yyyy HHmm] |
Add a task with a deadline |
event [Task Name] /from [dd/MM/yyyy HHmm] /to [dd/MM/yyyy HHmm] |
Add an event with a start and end time |
list |
Show all tasks |
delete [Task Number] |
Remove a task from the list |
mark [Task Number] |
Mark a task as done |
unmark [Task Number] |
Mark a task as not done |
find [Keyword] |
Find tasks containing a keyword |
bye |
Exit the chatbot |
Thank you for using Kate! 🚀