diff options
| author | Zack Hobson | 2009-07-21 19:46:39 -0700 | 
|---|---|---|
| committer | Zack Hobson | 2009-07-21 19:46:39 -0700 | 
| commit | 895f3b72d8b0a9b2d732bc6489f4d6c6fb609f5f (patch) | |
| tree | 13c2e3395f6be3e4fb81c033d50c95e025f9f4f7 /README.markdown | |
| parent | 6443c488f67ae5ed2e45df534ad3dc652c461ba1 (diff) | |
| download | hcl-895f3b72d8b0a9b2d732bc6489f4d6c6fb609f5f.tar.bz2 | |
Updated README
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 21 | 
1 files changed, 12 insertions, 9 deletions
| diff --git a/README.markdown b/README.markdown index 5467e0d..74908ac 100644 --- a/README.markdown +++ b/README.markdown @@ -1,7 +1,9 @@  # hcl  HCl is a command-line tool for interacting with Harvest time sheets using the -[Harvest time tracking API][1]. +[Harvest time tracking API][htt]. + +[htt]: http://www.getharvest.com/api/time_tracking  ## Quick Start @@ -63,7 +65,7 @@ a time is supported):  ### Date Formats -Dates can be expressed in a variety of ways. See the [Chronic documentation][2] +Dates can be expressed in a variety of ways. See the [Chronic documentation][cd]  for more information about available date input formats. The following  commands show the timesheet for the specified day: @@ -72,12 +74,17 @@ commands show the timesheet for the specified day:      $ hcl show 2 days ago      $ hcl show 1 week ago +[cd]: http://chronic.rubyforge.org/ +  ## Author -[Zack Hobson][4], [OpenSourcery LLC][5] +[Zack Hobson][zgh], [OpenSourcery LLC][os]  See LICENSE for copyright details. +[zgh]: mailto:zack@opensourcery.com +[os]: http://www.opensourcery.com/ +  ## TODO   * Implement time-tracking API methods: @@ -91,11 +98,7 @@ See LICENSE for copyright details.   * better UI for e.g. tasks aliases   * command-line configuration   * search ~/.hcl_config for configuration - * integrate timesheet functionality into aiaio's [harvest gem][3] + * integrate timesheet functionality into aiaio's [harvest gem][hg] -[1]: http://www.getharvest.com/api/time_tracking -[2]: http://chronic.rubyforge.org/ -[3]: http://github.com/aiaio/harvest/tree/master -[4]: mailto:zack@opensourcery.com -[5]: http://www.opensourcery.com/ +[hg]: http://github.com/aiaio/harvest/tree/master | 
