diff options
| author | Zack Hobson | 2013-11-20 09:19:41 -0800 |
|---|---|---|
| committer | Zack Hobson | 2013-11-20 09:19:41 -0800 |
| commit | 23c799e111fe8abafde55c8b60d314e1b77a7128 (patch) | |
| tree | b3b78ea6a57d720888805592f713e71c4f2a6e26 /README.markdown | |
| parent | 9b962a50218cac283c9b8075d238b391f6555fad (diff) | |
| download | hcl-23c799e111fe8abafde55c8b60d314e1b77a7128.tar.bz2 | |
remove jeweler
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/README.markdown b/README.markdown index 959d6b9..b4394d1 100644 --- a/README.markdown +++ b/README.markdown @@ -10,20 +10,23 @@ HCl is a command-line tool for interacting with Harvest time sheets using the You can install hcl directly from rubygems.org: $ gem install hcl - $ hcl show [date] -or you can install from source using jeweler: +or you can install from source: - $ gem install jeweler $ rake install +If you're using HCl for the first time, the show command sets up your +Harvest credentials: + + $ hcl show + ## Usage - hcl [start] (@<task_alias> | <project_id> <task_id>) [+<time>] [<message>] + hcl [start] @<task_alias> [+<time>] [<message>] hcl note <message> hcl stop [message] hcl resume [@<task_alias>] - hcl log (@<task_alias> | <project_id> <task_id>) [+<time>] [<message>] + hcl log @<task_alias> [+<time>] [<message>] hcl show [date] hcl tasks hcl alias <task_alias> <project_id> <task_id> |
