Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
woodenclock committed Oct 22, 2023
2 parents 616ed9c + 559f37b commit 1101458
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ src/META-INF/MANIFEST.MF
Elvis.jar
META-INF/MANIFEST.MF
tasks.txt
ip.jar
23 changes: 13 additions & 10 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand All @@ -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`.

```
_____ _____ _____ _____ _____
Expand Down Expand Up @@ -284,6 +284,9 @@ Format: `find`

Example: `find book`

**Note**:
Do note that the search is case-sensitive.

```
____________________________________________________________
find book
Expand Down

0 comments on commit 1101458

Please sign in to comment.