#User Guide
##1. Features
###1.1 Viewing List: list Returns all the tasks in the list.
Format: list
###2.1 Adding Todo Task: todo Adds a Todo task to the list.
Format: todo (todo details)
Examples:
###2.3 Adding Deadline Task: deadline …/by Adds a deadline task to the list.
Format: deadline (deadline details) /by (deadline)
Examples:
###2.4 Adding Event Task: event …/at Adds a event task to the list.
Format: event (event details) /at (event date)
Examples:
###2.5 Find Task: find Finds tasks whose tasks contains any of the given keywords
Format: find KEYWORD
Examples:
Returns:
[E][X] charity work
Returns:
[E][X] charity work
[D][X] submit work
[T][X] todo homework
###2.6 View Tasks via Date: date
View all the tasks on the specific date.
Format: date (dd/MM/YYYY)
Examples:
Returns:
[E][X] group project meeting (at: 21 Feb 2020 3PM)
###2.7 View Tasks via Type: view
Views all the tasks of one type, either Todo, Event or Deadline.
Format: view (task type)
Examples:
Returns:
[T][X] eat
[T][X] do homework
Returns:
[E][X] group project meeting (at: 21 Feb 2020 3PM)
[E][X] charity work (at: 25 Feb 2020 9AM)
###2.8 Done Tasks: done
Mark the specific task as done with a Tick.
Format: done (index of task in list)
Examples:
###2.9 Delete Tasks: delete
Delete and remove the specific task from the list.
Format: delete (index of task in list)
Examples: