List all outstanding todos, deadlines, and events.
Filter the listed tasks by a specific keyword(s).
Mark a task as completed/incomplete.
Delete a specific task.
Add a new todo, deadline, or event task.
list
- List all tasksExample of usage:
list
find
- Match tasks by keywordExample of usage:
find (keyword)
mark
- Mark a taskMarks an undone task as done and vice versa. Task index is 1-based as displayed in the list command.
Example of usage:
mark (task index)
delete
- Remove a taskTask index is 1-based as displayed in the list command.
Example of usage:
delete (task index)
todo
- Add a todoExample of usage:
todo (description)
deadline
- Add a deadlineExample of usage:
deadline (description) /by (end time)
event
- Add an eventExample of usage:
event (description) /from (start time) /to (end time)