You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
#Lati
1
+
#Lati
2
2
3
3
Lati is a desktop chat app for managing tasks and trivia, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI).
4
4
5
-
##**How to install:**
5
+
##**How to install:**
6
6
7
7
1. Ensure you have Java 11 or above installed in your computer. You can check the version of your Java installation by opening the command prompt of your terminal and typing `java -version`
8
8
@@ -17,9 +17,9 @@ A GUI similar to the below should appear in a few seconds. Note how the app cont
17
17
18
18
6. Refer to the Features below for details of each command
19
19
20
-
##**Features:**
20
+
##**Features:**
21
21
22
-
###Adding a todo task: `todo`
22
+
###Adding a todo task: `todo`
23
23
24
24
Adds a todo task to the list of tasks. A todo task is a task with no set deadline.
25
25
@@ -29,7 +29,7 @@ Examples
29
29
-`todo wash the dishes`
30
30
-`todo get a haircut`
31
31
32
-
###Adding a deadline task: deadline
32
+
###Adding a deadline task: deadline
33
33
34
34
Adds a deadline task to the list of tasks. A deadline task is a task with a deadline
35
35
@@ -39,7 +39,7 @@ Examples
39
39
-`deadline iP /by 2023-09-22`
40
40
-`deadline tP /by 2023-10-02`
41
41
42
-
Note: DEADLINE must be in "YYYY-MM-DD" format
42
+
Note: `DEADLINE` must be in "YYYY-MM-DD" format
43
43
44
44
Adding an event task: `event`
45
45
Adds an event task to the list of tasks. An event task is a task with a start and end date.
-`event Play Team Fortress 2 /from 2023-09-22 /to 2023-11-22`
51
51
52
-
Note: All dates (START_DATE and END_DATE must be in "YYYY-MM-DD" format).
53
-
In addition, START_DATE must be before or equal to the END_DATE
52
+
Note: All dates (`START_DATE` and `END_DATE` must be in "YYYY-MM-DD" format).
53
+
In addition, `START_DATE must` be before or equal to the `END_DATE`
54
54
55
-
###Marking a task: `mark`
55
+
###Marking a task: `mark`
56
56
Marks a task as "done".
57
57
58
58
Format: `mark i/INDEX`
59
59
60
60
Note: Marks the task at the specified `INDEX`. The index refers to the index number shown in the displayed list. The index MUST be a positive integer.
61
61
62
-
###Unmarking a task: `unmark`
62
+
###Unmarking a task: `unmark`
63
63
Unmarks a completed task.
64
64
65
65
Format: `unmark i/INDEX`
66
66
67
67
Note: Unmarks the task at the specified `INDEX`. The index refers to the index number shown in the displayed list. The index MUST be a positive integer.
68
68
69
-
###Deleting a task: `delete`
69
+
###Deleting a task: `delete`
70
70
Deletes a task.
71
71
72
72
Format: `delete i/INDEX`
@@ -79,18 +79,18 @@ Notes:
79
79
Showing all tasks: `list`
80
80
Shows the current tasks stored
81
81
82
-
###Searching a task: `search`
82
+
###Searching a task: `search`
83
83
84
84
Searches a task with a given keyword
85
85
86
86
Format: `search k/KEYWORD`
87
87
88
-
###Showing all tasks: `list`
88
+
###Showing all tasks: `list`
89
89
90
90
Format: `list`
91
91
92
92
93
-
###Adding trivia: `addtrivia`
93
+
###Adding trivia: `addtrivia`
94
94
Adds a trivia question and corresponding answer to the Dukebot.
Copy file name to clipboardExpand all lines: docs/README.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
#Lati
1
+
#Lati
2
2
3
3
Lati is a desktop chat app for managing tasks and trivia, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI).
4
4
5
-
##**How to install:**
5
+
##**How to install:**
6
6
7
7
1. Ensure you have Java 11 or above installed in your computer. You can check the version of your Java installation by opening the command prompt of your terminal and typing `java -version`
8
8
@@ -17,9 +17,9 @@ A GUI similar to the below should appear in a few seconds. Note how the app cont
17
17
18
18
6. Refer to the Features below for details of each command
19
19
20
-
##**Features:**
20
+
##**Features:**
21
21
22
-
###Adding a todo task: `todo`
22
+
###Adding a todo task: `todo`
23
23
24
24
Adds a todo task to the list of tasks. A todo task is a task with no set deadline.
25
25
@@ -29,7 +29,7 @@ Examples
29
29
-`todo wash the dishes`
30
30
-`todo get a haircut`
31
31
32
-
###Adding a deadline task: deadline
32
+
###Adding a deadline task: deadline
33
33
34
34
Adds a deadline task to the list of tasks. A deadline task is a task with a deadline
35
35
@@ -39,7 +39,7 @@ Examples
39
39
-`deadline iP /by 2023-09-22`
40
40
-`deadline tP /by 2023-10-02`
41
41
42
-
Note: DEADLINE must be in "YYYY-MM-DD" format
42
+
Note: `DEADLINE` must be in "YYYY-MM-DD" format
43
43
44
44
Adding an event task: `event`
45
45
Adds an event task to the list of tasks. An event task is a task with a start and end date.
-`event Play Team Fortress 2 /from 2023-09-22 /to 2023-11-22`
51
51
52
-
Note: All dates (START_DATE and END_DATE must be in "YYYY-MM-DD" format).
53
-
In addition, START_DATE must be before or equal to the END_DATE
52
+
Note: All dates (`START_DATE` and `END_DATE` must be in "YYYY-MM-DD" format).
53
+
In addition, `START_DATE must` be before or equal to the `END_DATE`
54
54
55
-
###Marking a task: `mark`
55
+
###Marking a task: `mark`
56
56
Marks a task as "done".
57
57
58
58
Format: `mark i/INDEX`
59
59
60
60
Note: Marks the task at the specified `INDEX`. The index refers to the index number shown in the displayed list. The index MUST be a positive integer.
61
61
62
-
###Unmarking a task: `unmark`
62
+
###Unmarking a task: `unmark`
63
63
Unmarks a completed task.
64
64
65
65
Format: `unmark i/INDEX`
66
66
67
67
Note: Unmarks the task at the specified `INDEX`. The index refers to the index number shown in the displayed list. The index MUST be a positive integer.
68
68
69
-
###Deleting a task: `delete`
69
+
###Deleting a task: `delete`
70
70
Deletes a task.
71
71
72
72
Format: `delete i/INDEX`
@@ -79,18 +79,18 @@ Notes:
79
79
Showing all tasks: `list`
80
80
Shows the current tasks stored
81
81
82
-
###Searching a task: `search`
82
+
###Searching a task: `search`
83
83
84
84
Searches a task with a given keyword
85
85
86
86
Format: `search k/KEYWORD`
87
87
88
-
###Showing all tasks: `list`
88
+
###Showing all tasks: `list`
89
89
90
90
Format: `list`
91
91
92
92
93
-
###Adding trivia: `addtrivia`
93
+
###Adding trivia: `addtrivia`
94
94
Adds a trivia question and corresponding answer to the Dukebot.
0 commit comments