summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorkayakyakr2016-03-09 16:06:19 -0600
committerkayakyakr2016-03-09 16:06:19 -0600
commit0144e42baa21bed2260c7730ef60618c4db8790e (patch)
tree9df8dcce616aac716061f64c0b7297c69cf74fde /README.markdown
parent7b3d69b977a049034f30725afb3497d83f7d1095 (diff)
downloadhcl-0144e42baa21bed2260c7730ef60618c4db8790e.tar.bz2
Adding what the show command can be used for
A sparse bit of documentation to indicate that the show is how you get your current status (as opposed to hcl status) and it does not need to be used with a date.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 6e24544..e85b46a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -74,6 +74,15 @@ commands are equivalent:
hcl @tacodev +0:15 Doing some stuff
hcl +.25 @tacodev Doing some stuff
+
+### Getting the Current Status
+
+The show command can give you a live view of your current day including
+any running tasks, last note, and total time.
+
+ hcl show
+
+Show can also be used with a variety of date formats. See [Date Formats](#date-formats) for more information
### Adding Notes to a Running Task