diff options
| author | Zack Hobson | 2017-02-05 18:05:11 -0800 |
|---|---|---|
| committer | GitHub | 2017-02-05 18:05:11 -0800 |
| commit | 7ffa174c08c6e51576af327bab6a5f58d394a4a9 (patch) | |
| tree | 360319b624229f281f874a73223e1142a86e0754 /README.markdown | |
| parent | 2575cf4fb3c61b33ecb9dfc94e8c44e0ee28a24a (diff) | |
| parent | 0144e42baa21bed2260c7730ef60618c4db8790e (diff) | |
| download | hcl-7ffa174c08c6e51576af327bab6a5f58d394a4a9.tar.bz2 | |
Merge pull request #73 from kayakyakr/patch-1
Adding what the show command can be used for
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 32fb6ed..b39ecbc 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 |
