summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorZack Hobson2009-07-19 11:34:52 -0700
committerZack Hobson2009-07-19 11:34:52 -0700
commit490035c83e9518ac8dfdf86c9ef931bcbdd8d47a (patch)
treee5b54dc3fd3981d0aa303adb80e15cc4664a1c9a /README.markdown
parent8db6dee90d5258b7861668ccb8aac82733f6e2dd (diff)
downloadhcl-490035c83e9518ac8dfdf86c9ef931bcbdd8d47a.tar.bz2
implement show by date
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.markdown b/README.markdown
index 0b02669..b44b416 100644
--- a/README.markdown
+++ b/README.markdown
@@ -17,22 +17,23 @@ feature is a simple view of today's timesheet. To try it out:
* Ruby (tested with 1.8.7)
* RubyGems
* Curb curl library (gem install curb)
+ * Chronic date-parsing library (gem install chronic)
## Usage
-NOTE only the first command is implemented, and arguments are ignored.
+NOTE only the show command is implemented
- hcl [opts] show [date]
- hcl [opts] add <project> <task> <duration> [msg]
- hcl [opts] rm [entry_id]
- hcl [opts] start <project> <task> [msg]
- hcl [opts] stop [msg]
+ hcl show [date]
+ hcl add <project> <task> <duration> [msg]
+ hcl rm [entry_id]
+ hcl start <project> <task> [msg]
+ hcl stop [msg]
## TODO
* Implement time-tracking API methods:
- display today's time sheet (done)
- - display any time sheet by date
+ - display any time sheet by date (done)
- get time sheet entry
- toggle a timer
- post a time sheet entry