aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Ammons <gammons@gmail.com>2016-05-08 20:22:12 -0400
committerGrant Ammons <gammons@gmail.com>2016-05-08 20:22:12 -0400
commit742b06fbd6365d682da28d559cb509c4decd5d31 (patch)
treec721d50c2746c1fbbf8aea1122c4dce4594c8949
parent618b5407f98bdbf6b1c5fe1ed503347fb71f0e64 (diff)
Update README
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index bdf0ec6..b1ea78a 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ The first command you will want to run is `todo init`.
Todo repo initialized.
```
-**Adding todos**
+#### Adding todos
Adding todos is as simple as using the `add` or `a` command.
@@ -26,13 +26,17 @@ Adding todos is as simple as using the `add` or `a` command.
Todo added.
```
-When you add a todo, you can add a `+project` or a `@context`, which you can use for grouping or filtering.
+**Projects and Contexts**
+
+When you add a todo, you can add one or more `+project`s or `@context`s, which you can use for grouping or filtering.
```
~ todo a Did @mary talk with @bob about the +devopsProject? due tod
Todo added.
```
+**Dates**
+
You can also add a due date by adding `due <date>` at the end. Below is a list of phrases that `due` can recognize:
* `due today` or `due tod`
@@ -53,7 +57,7 @@ You can also use specific dates, provided the are in the format of `jan 2` or `2
* `todo a chat with @nick due may 15`
* `todo a chat with @nick due 15 may`
-**Listing todos**
+#### Listing todos
## FAQ