CS2103T project of team w09-2j
-
Add
- add ~ task name ~ description ~ start deadline ~ end deadline ~ location ~ priority
- Deadline format:
- DD/MM/YYYY HH:MMam
- DD/MM/YYYY HH:MMpm
- HH:MMam DD/MM/YYYY
- HH:MMpm DD/MM/YYYY
- Not all arguments have to be used. For example:
- add~task
- To skip an argument, leave it blank. For example:
- add~task name~~~end deadline~~priority
- The order must be strictly followed
-
Delete
- delete~task number
- The task number can be viewed from the table in the display
-
Update
- update
task numberindicator~new info - The possible indicators are:
- name
- description
- deadline
- location
- priority
- update
-
Search
- search
indicatorkey - The possible indicators are:
- name
- id (seen from the index numbers in the table)
- Input the task's name if searching through the name, and input the index number if searching through id
- search
-
Sort
- sort~indicator
- The possible indicators are:
- name
- deadline (dd/mm/yyyy)
- location
- priority
-
Clear
- clear
- Clears all data
-
Help
- help
- Displays the commands available and how to use them
-
Exit
- exit
- This exits the program
- Undo