Aloha
/aloha
- Say Hi!Say Hi to Stitch!
todo
- Adds ToDo to Task ListAdd a simple ToDo task to Task List.
Example of usage:
todo {task_description}
deadline
- Adds Deadline to Task ListAdd a Deadline with specific date to Task List.
Date has to be entered in YYYY-MM-DD
format. e.g. 2020-02-02
Example of usage:
deadline {task_description} /by {specific_date}
event
- Adds Event to Task ListAdd an Event with specific date and time to Task List.
Date and time has to be entered in YYYY-MM-DDTHH:MM
format, with time being 24hr format. e.g. 2020-02-02T18:00
Example of usage:
event {task_description} /at {specific_date_time}
list
- Lists all tasks in Task ListShow list of tasks in Task List in added order.
Example of usage:
list
delete
- Deletes specific task in Task ListDelete specific task by deleting the task number.
Example of usage:
delete {task_number}
done
- Marks specific task as doneMark specific task as done with the task number.
Example of usage:
done {task_number}
find
- Finds tasks with specified keywordSearch for tasks by finding keywords in tasks.
Example of usage:
find {keyword}
bye
- Exit programExit the program.
Example of usage:
bye