From e199e054c1ab180c072c068b26a0a95e15feead3 Mon Sep 17 00:00:00 2001 From: Leb14 <83680341+Leb14@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:47:49 +0800 Subject: [PATCH] Update README.md --- docs/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/README.md b/docs/README.md index 22f93bcdbf..bd3a8e3c4e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -30,16 +30,19 @@ The feature allows you to add new to-do tasks to your task list. YOURS supports - Format: `todo TASKDESC` - Example: `todo buy groceries` + ![Local Image](./assets/images/todo.png) 2. `event`: Schedule and organize upcoming events and activities. - Format: `event TASKDESC /from FROMDATE /to TODATE` - Example: `event meeting /from 23/08/2023 1800 /to 23/08/2023 1900` + ![Local Image](./assets/images/event.png) 3. `deadline`: Keep track of important deadlines. - Format: `deadline TASKDESC /by DUEDATE` - Example: `deadline assignment /by 23/08/2023 2359` + ![Local Image](./assets/images/deadline.png) ### Delete a task: `delete` @@ -51,6 +54,7 @@ Removes tasks from your task list when they are no longer relevant or needed. - Example: - `delete 1` Delete the first task of the list. + ![Local Image](./assets/images/delete.png) ### Listing all tasks - `list` @@ -92,6 +96,8 @@ Edits a task field to a new input - `edit 1 taskdesc fetch John` Edits the task description of the first task to `fetch John`. - `edit 2 fromdate 23/08/2023 1900` Edits the from date for the second task (an Events) to 23/08/2023 1900 + + ![Local Image](./assets/images/edit.png) :bulb: **Tip:** Use the list command to check the list for the task's index and its type to ease your edit process. @@ -129,6 +135,8 @@ Finds tasks that match the given keyword. - Example: `find fetch` Find tasks with a description contained fetch. +![Local Image](./assets/images/find.png) + ### Exiting the program - `bye`