Skip to content

Commit

Permalink
Improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yisiox committed Feb 16, 2024
1 parent 2173522 commit 778d480
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ applications.

![](Ui.png)

## Quick Reference

| Command | Arguments |
|------------|-------------------------------------------------|
| `list` | None |
| `todo` | `<task name>` |
| `deadline` | `<task name> /by <date time>` |
| `event` | `<task name> /from <date time> /by <date time>` |
| `find` | `<pattern>` |
| `mark` | `<indices> [<indices>, ...]` |
| `unmark` | `<indices> [<indices>, ...]` |
| `delete` | `<indices> [<indices>, ...]` |
| `bye` | None |
## Features

### Adding ToDos: `todo`
Expand Down

0 comments on commit 778d480

Please sign in to comment.