summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index b25d2c9..67fbaf1 100644
--- a/README.markdown
+++ b/README.markdown
@@ -23,6 +23,7 @@ or you can install from source using jeweler:
hcl note <message>
hcl stop [message]
hcl resume [@<task_alias>]
+ hcl log (@<task_alias> | <project_id> <task_id>) [+<time>] [<message>]
hcl show [date]
hcl tasks
hcl alias <task_alias> <project_id> <task_id>
@@ -86,6 +87,15 @@ it:
This will delete the running timer, or the last-updated timer if one isn't
running. You can also use `nvm` or `oops` instead of `cancel`.
+### Logging without Starting a Timer
+
+You can log time and notes without leaving a timer running. It takes
+the same arguments as start:
+
+ $ hcl log @xdev +1 Worked for an hour.
+
+The above starts and immediately stops a one-hour timer with the given note.
+
### Date Formats
Dates can be expressed in a variety of ways. See the [Chronic documentation][cd]