K K EEEEE N N
K K E NN N
KKK EEEE N N N
K K E N NN
K K EEEEE N N
Ken is a CLI chatbot that helps you manage your tasks efficiently. Easily add and delete tasks, deadline and events, save them, and use Ken to manage them easily.
To add a task, use one of the following commands:
todo [task description]
: Adds a todo task.deadline [task description] /by [deadline]
: Adds a deadline task, with when it is due by.event [task description] /from [start date] /to [end date]
: Adds an event task, with the duration of the event.
todo activity
deadline project /by Friday
event lunch /from 2pm /to 4pm
Got it. I've added this task:
[T][ ] activity
Now you have 1 tasks in the list.
Got it. I've added this task:
[D][ ] project by: Friday
Now you have 4 tasks in the list.
Got it. I've added this task:
[E][ ] lunch from: 2pm to: 4pm
Now you have 5 tasks in the list.
To view a list of all your tasks and their corresponding information, use this command
list
Here are the tasks in your list:
1.[T][ ] studying for test
2.[D][ ] project by: Friday
3.[E][ ] lunch from: 2pm to: 4pm
To delete a task, use the delete command followed by the task number:
delete 2
Got it. I've removed this task:
[D][ ] project by: Friday
Now you have 2 tasks in the list.
To find a particular task and their corresponding information from the list by using any part of description, use this command
find lunch
Here are the matching tasks in your list:
2. [E][ ] lunch ( from: 2pm to: 4pm )
To mark a task as done, use the mark command followed by the task number:
mark 2
Nice! I've marked this task as done:
[X] lunch from: 2pm to: 4pm