This is the user guide for chatbot Ekud, a Command Line Interface (CLI) application.
Adds a task to the task list. The task can be a Todo, Deadline or Event.
todo <description>
Adds a Todo task with the given description.
deadline <description> /by <by>
Adds a Deadline task with the given description and deadline to meet.
event <description> /from <from> /to <to>
Adds an event task with its ongoing period.
Shows a list of all the tasks in the task list.
list
Deletes a task in the task list.
delete <index>
Mark a task as completed.
mark <index>
Unmark a task as uncompleted.
unmark <index>
Deletes a task based on the task number.
delete <index>
Finds relevant tasks based on keyword.
find <keyword>
find books
- Finds tasks that contain keyword “books”.
Here are the relevant tasks:
1.[T][] read book
2.[D][] return book