README.md in checkcheckit-0.1.3 vs README.md in checkcheckit-0.1.4

- old
+ new

@@ -30,11 +30,11 @@ > git pull origin Check: ^C Goodbye! # start a list, open it in your browser, and skip the CLI interaction - $ check start groceries --live --web --open + $ check start groceries --live --web-only --open $ check start groceries --live --no-cli -O Live at URL: http://checkcheckit.herokuapp.com/4f24b9d933d5467ec913461b8da3f952dbe724cb ### `list` the checklists @@ -60,15 +60,15 @@ If there are multiple checklists with the same name use the format `folder/checklist`. When you iterate through a checklist you can just type "enter", "y", or "+" to confirm a step and "no" or "-" to fail one. -You can always enter optional notes. +You can use the `--notes` flag to enter optional notes. For example: - $ check start deploy + $ check start deploy --notes |-------| Step 1: Pull everything from git > git pull origin Check: <enter> Notes: <enter> @@ -127,9 +127,11 @@ bye ## TODO - resume a run locally from URL +- push notes to web +- emit pass/fail and colorize - post to campfire ## Contributing 1. Fork it