diff options
| author | Zack Hobson | 2009-07-21 21:05:36 -0700 | 
|---|---|---|
| committer | Zack Hobson | 2009-07-21 21:05:36 -0700 | 
| commit | 2f30e806d65971804351c02cbb9e2681b8873b04 (patch) | |
| tree | 86ac79a27d3ee569e9831df3ed96d0fd9e54cfd9 /README.markdown | |
| parent | fd5b5154f2d2c4d5988cca3c6650b7265750adfe (diff) | |
| download | hcl-2f30e806d65971804351c02cbb9e2681b8873b04.tar.bz2 | |
Added note command.
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/README.markdown b/README.markdown index 42bfb95..a8f1c74 100644 --- a/README.markdown +++ b/README.markdown @@ -57,6 +57,13 @@ identify a task, HCl supports task aliases:      $ hcl set task.xdev 1234 5678      $ hcl start xdev adding a new feature +### Adding Notes to a Running Task + +While a task is running you can append strings to the note for that task: + +    $ hcl note Found a good time +    $ hcl note or not, whatever... +  ### Stopping a Timer  The following command will stop a running timer (currently only one timer at | 
