From 9d2e56273d11dd6a8a1d9968a821eea91c6923e7 Mon Sep 17 00:00:00 2001 From: Lee Sungmin Date: Tue, 10 Oct 2023 17:07:04 +0800 Subject: [PATCH 1/5] Update README.md --- docs/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/README.md b/docs/README.md index d2c53928..311501ed 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,15 +6,15 @@ Elvis is a chatbot for managing todo, deadline, event for use via a Command Line - [Features](https://woodenclock.github.io/ip/#features) - [Viewing help: `help`](https://woodenclock.github.io/ip/#1-viewing-help--help) - [Adding a todo: `todo`](https://woodenclock.github.io/ip/#2-adding-a-todo-todo) - - [Adding a deadline: `deadline`](https://woodenclock.github.io/ip/#2-adding-a-deadline-deadline) - - [Adding an event: `event`](https://woodenclock.github.io/ip/#3-adding-an-event-event) - - [Listing all tasks: `list`](https://woodenclock.github.io/ip/#4-listing-all-tasks-list) - - [Finding a task: `find`](https://woodenclock.github.io/ip/#5-finding-a-task-find) - - [Deleting a task: `delete`](https://woodenclock.github.io/ip/#6-deleting-a-task-delete) - - [Marking a task: `mark`](https://woodenclock.github.io/ip/#7-marking-a-task-mark) - - [Unmarking a task: `unmark`](https://woodenclock.github.io/ip/#8-unmarking-a-task-unmark) - - [Exiting program: `bye`](https://woodenclock.github.io/ip/#9-exiting-program-bye) - - [Saving the Tasklist](https://woodenclock.github.io/ip/#10-saving-the-tasklist) + - [Adding a deadline: `deadline`](https://woodenclock.github.io/ip/#3-adding-a-deadline-deadline) + - [Adding an event: `event`](https://woodenclock.github.io/ip/#4-adding-an-event-event) + - [Listing all tasks: `list`](https://woodenclock.github.io/ip/#5-listing-all-tasks-list) + - [Finding a task: `find`](https://woodenclock.github.io/ip/#6-finding-a-task-find) + - [Deleting a task: `delete`](https://woodenclock.github.io/ip/#7-deleting-a-task-delete) + - [Marking a task: `mark`](https://woodenclock.github.io/ip/#8-marking-a-task-mark) + - [Unmarking a task: `unmark`](https://woodenclock.github.io/ip/#9-unmarking-a-task-unmark) + - [Exiting program: `bye`](https://woodenclock.github.io/ip/#10-exiting-program-bye) + - [Saving the Tasklist](https://woodenclock.github.io/ip/#11-saving-the-tasklist) - [Command summary](https://woodenclock.github.io/ip/#command-summary) From 7db917fd6eb20da0c026d9d9e63e684dfa3358e7 Mon Sep 17 00:00:00 2001 From: Lee Sungmin Date: Tue, 10 Oct 2023 17:10:04 +0800 Subject: [PATCH 2/5] Update README.md --- docs/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/README.md b/docs/README.md index 311501ed..8b123688 100644 --- a/docs/README.md +++ b/docs/README.md @@ -284,6 +284,9 @@ Format: `find` Example: `find book` +**Note**: +Do note that the search is case-sensitive + ``` ____________________________________________________________ find book From 2850cd371ec2602e3d54d69092801135941d4666 Mon Sep 17 00:00:00 2001 From: Lee Sungmin Date: Tue, 10 Oct 2023 17:12:27 +0800 Subject: [PATCH 3/5] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 8b123688..43d6611e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -29,7 +29,7 @@ Elvis is a chatbot for managing todo, deadline, event for use via a Command Line 1. Copy the file to the folder you want to use as the home folder for your Elvis. -1. Open a command terminal, cd into the folder you put the jar file in, and run the following command: `java -jar Elvis.jar`. +1. Open a command terminal, `cd` into the folder you put the jar file in, and run the following command: `java -jar Elvis.jar`. ``` _____ _____ _____ _____ _____ From 946f3a4a2ee7c69b4d9264fd4b0976fe93e7f55d Mon Sep 17 00:00:00 2001 From: Lee Sungmin Date: Tue, 10 Oct 2023 17:13:05 +0800 Subject: [PATCH 4/5] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 43d6611e..90483614 100644 --- a/docs/README.md +++ b/docs/README.md @@ -285,7 +285,7 @@ Format: `find` Example: `find book` **Note**: -Do note that the search is case-sensitive +Do note that the search is case-sensitive. ``` ____________________________________________________________ From 559f37b4ccf8f891298d9e4577f1524ab91cffde Mon Sep 17 00:00:00 2001 From: woodenclock Date: Mon, 16 Oct 2023 15:07:12 +0800 Subject: [PATCH 5/5] Update gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 379af402..fa17a9dc 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ src/META-INF/MANIFEST.MF Elvis.jar META-INF/MANIFEST.MF tasks.txt +ip.jar