|
7 | 7 | ## **Features** |
8 | 8 |
|
9 | 9 |
|
10 | | -### **Adding a todo task: todo** |
| 10 | +### **Adding a todo task: `todo`** |
11 | 11 |
|
12 | | -#### Adds a new todo task. |
13 | | -1) Format: todo NAME_OF_TASK |
14 | | -1) Example of usage: todo work |
| 12 | +#### Adds a new `todo` task. |
| 13 | +1. Format: `todo NAME_OF_TASK` |
| 14 | +1. Example of usage: `todo work` |
15 | 15 |
|
16 | 16 |
|
17 | | -### **Adding a deadline task: deadline** |
| 17 | +### **Adding a deadline task: `deadline`** |
18 | 18 |
|
19 | | -#### Adds a new deadline task. |
20 | | -1) Format: deadline NAME_OF_TASK /by yyyy-mm-dd hh:mm |
21 | | -1) Example of usage: deadline work /by 2021-02-28 19:00 |
| 19 | +#### Adds a new `deadline` task. |
| 20 | +1. Format: `deadline NAME_OF_TASK /by yyyy-mm-dd hh:mm` |
| 21 | +1. Example of usage: `deadline work /by 2021-02-28 19:00` |
22 | 22 |
|
23 | 23 |
|
24 | | -### **Adding an event task: event** |
| 24 | +### **Adding an `event` task: `event`** |
25 | 25 |
|
26 | | -#### Adds a new event task. |
27 | | -1) Format: event NAME_OF_TASK /at yyyy-mm-dd hh:mm |
28 | | -1) Example of usage: event work /at 2021-02-28 19:00 |
| 26 | +#### Adds a new `event` task. |
| 27 | +1. Format: `event` NAME_OF_TASK /at yyyy-mm-dd hh:mm |
| 28 | +1. Example of usage: `event` work /at 2021-02-28 19:00 |
29 | 29 |
|
30 | 30 |
|
31 | | -### **Marking a task as done: done** |
| 31 | +### **Marking a task as `done`: `done`** |
32 | 32 |
|
33 | | -#### Updates a task by marking it as done. |
34 | | -1) Format: done INDEX_OF_TASK_IN_LIST |
35 | | -1)Example of usage: done 5 |
| 33 | +#### Updates a task by marking it as `done`. |
| 34 | +1. Format: `done INDEX_OF_TASK_IN_LIST` |
| 35 | +1. Example of usage: `done 5` |
36 | 36 |
|
37 | 37 |
|
38 | | -### **Listing down all the tasks: list** |
| 38 | +### **Listing down all the tasks: `list`** |
39 | 39 |
|
40 | 40 | #### Lists down all the previously entered tasks. |
41 | | -1) Format: list |
42 | | -1) Example of usage: list |
| 41 | +1. Format: `list` |
| 42 | +1. Example of usage: `list` |
43 | 43 |
|
44 | 44 |
|
45 | | -### **Finding a task using specific keywords: find** |
| 45 | +### **Finding a task using specific keywords: `find`** |
46 | 46 |
|
47 | 47 | #### Lists tasks which contain the keywords. |
48 | | -1) Format: find KEYWORDS |
49 | | -1) Example of usage: find work |
| 48 | +1. Format: `find KEYWORDS` |
| 49 | +1. Example of usage: `find work` |
50 | 50 |
|
51 | 51 |
|
52 | 52 | ### **Tagging an existing task: tag** |
53 | 53 |
|
54 | | -#### Adds a tag to the intended task. |
55 | | -1) Format: tag INDEX_OF_TASK_IN_LIST |
56 | | -1) Example of usage: tag 5 |
| 54 | +#### Adds a `tag` to the intended task. |
| 55 | +1. Format: `tag INDEX_OF_TASK_IN_LIST` |
| 56 | +1. Example of usage: `tag 5` |
57 | 57 |
|
58 | 58 |
|
59 | | -### **Finding a task which has a tag of specific keywords: tagged** |
| 59 | +### **Finding a task which has a tag of specific keywords: `tagged`** |
60 | 60 |
|
61 | 61 | #### Lists tasks which contain the keywords in the tag. |
62 | | -1) Format: tagged KEYWORDS |
63 | | -1) Example of usage: tagged work |
| 62 | +1. Format: `tagged KEYWORDS` |
| 63 | +1. Example of usage: `tagged work` |
64 | 64 |
|
65 | 65 |
|
66 | | -### **Deleting a task: delete** |
| 66 | +### **Deleting a task: `delete`** |
67 | 67 |
|
68 | 68 | #### Removes a task from the task list. |
69 | | -1) Format: delete INDEX_OF_TASK_IN_LIST |
70 | | -1) Example of usage: delete 5 |
| 69 | +1. Format: `delete INDEX_OF_TASK_IN_LIST` |
| 70 | +1. Example of usage: `delete 5` |
71 | 71 |
|
72 | 72 |
|
73 | | -### **Exiting the app: bye** |
| 73 | +### **Exiting the app: `by`e** |
74 | 74 |
|
75 | 75 | #### Leaves the app and saves the existing list. |
76 | | -1) Format: bye |
77 | | -1) Example of usage: bye |
| 76 | +1. Format: `bye` |
| 77 | +1. Example of usage: `bye` |
0 commit comments