summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorZack Hobson2013-11-19 12:31:29 -0800
committerZack Hobson2013-11-19 12:31:37 -0800
commitea0f20040fb2cd4bf519f898b515e5d5a700b461 (patch)
tree79d457ea458456d8192ab45e3c188852a4d3ecb8 /README.markdown
parent14c0ef02dded48dc264d979aaa97233b498575ee (diff)
downloadhcl-ea0f20040fb2cd4bf519f898b515e5d5a700b461.tar.bz2
log: log notes/time without leaving a timer running, closes #300.4.3
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]