Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Leb14/ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Leb14 committed Sep 21, 2023
2 parents e015a7a + e199e05 commit 4f2d4c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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`
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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`

Expand Down

0 comments on commit 4f2d4c2

Please sign in to comment.