forked from nus-cs2103-AY2122S2/tp
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from putaojuice/documentation-v1.3
Documentation v1.3
- Loading branch information
Showing
2 changed files
with
34 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,15 +13,12 @@ If you can type fast, NUScheduler can schedule your tasks faster than traditiona | |
- Add task | ||
- Delete task | ||
- Update task | ||
- Add a label to a task | ||
- View all tasks and their deadlines | ||
- Contact Management | ||
- Add contact | ||
- Delete contact | ||
- Update contact | ||
- View all contacts | ||
- Reminder | ||
- Remind the user of upcoming tasks | ||
- Exit the app | ||
- FAQ | ||
- CLI Summary | ||
|
@@ -102,14 +99,6 @@ Format: `upd t t <integer> /DEADLINE` | |
|
||
Example: `upd t t <integer> /2022 03 10 12pm` | ||
|
||
### Feature - Label a task: `lab t <integer>` | ||
|
||
Label a task based on a specific tag, where `<integer>` is the ID of the task. | ||
|
||
Format: `label t <integer> tag` | ||
|
||
Example: `label t 3 important` | ||
|
||
### Feature - Find tasks: `findt KEYWORD` | ||
|
||
Locating tasks which match any of given keywords. | ||
|
@@ -217,11 +206,9 @@ data of your previous NUScheduler home folder. | |
| **upd t d <integer>** | `upd t d <integer> /DESCRIPTION`<br> e.g., `upd t d 3 /Buy groceries` | | ||
| **upd t t <integer>** | `upd t t <integer> /DEADLINE`<br> e.g.,`upd t t <integer> /2022 03 10 12pm` | | ||
| **findt KEYWORD** | `findt <KEYWORD>` <br> e.g., `findt lessons` | | ||
| **lab t <integer>** | `label t <integer> tag` <br> e.g., `label t 3 important` | | ||
| **view t** | `view t` | | ||
| **viewt** | `view t` | | ||
| **add c** | `add c /NAME /EMAIL /TELEGRAM [/TAG]` <br> e.g., `add c /Betsy Crow /[email protected] /betsyc /Group Member` | | ||
| **del c <integer>** | `del c <integer>` <br> e.g., `del c 3` | | ||
| **upd c <integer>** | `upd c /NAME /EMAIL /TELEGRAM [/TAG] <integer>` <br> e.g., `upd c /John Doe /[email protected] /johntele 23` | | ||
| **view c** | `view c [to] [t] [/TAG]` <br> e.g., `view c` | | ||
| **remind** | `remind [<integer>]` <br> e.g., `remind 10` | | ||
| **exit** | `exit` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters