diff options
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 | 
