<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hcl/bin, branch log-for-past-days--squashed</title>
<subtitle>Command-line tool for manipulating Harvest timesheets</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/'/>
<entry>
<title>Adding Extensive Bas Tab Completion</title>
<updated>2015-12-09T02:05:35+00:00</updated>
<author>
<name>Chet Henry</name>
</author>
<published>2015-12-09T02:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=0fafa9479d8e7c56c25020f29bca54114d7e564f'/>
<id>0fafa9479d8e7c56c25020f29bca54114d7e564f</id>
<content type='text'>
Tab completion will now use the calling script to generate suggestions.
Because of this those suggestions will work with the alias scheme
described in the README file.

These completion functions will also suggest the commands hcl allows.

When the alias command is in use it will complete the project ids and
task ids with descriptions.

The other commands that use aliases will complete them as before however
they used the calling script to get the list of aliases.  That way the
any bash alises using env's will be called and preserve the
configuration.  This will allow the user to only add one line to their
bashrc/profile w/e and not a line for each  bash alias the user may
need.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tab completion will now use the calling script to generate suggestions.
Because of this those suggestions will work with the alias scheme
described in the README file.

These completion functions will also suggest the commands hcl allows.

When the alias command is in use it will complete the project ids and
task ids with descriptions.

The other commands that use aliases will complete them as before however
they used the calling script to get the list of aliases.  That way the
any bash alises using env's will be called and preserve the
configuration.  This will allow the user to only add one line to their
bashrc/profile w/e and not a line for each  bash alias the user may
need.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove jeweler</title>
<updated>2013-11-20T17:19:41+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2013-11-20T17:19:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=23c799e111fe8abafde55c8b60d314e1b77a7128'/>
<id>23c799e111fe8abafde55c8b60d314e1b77a7128</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup, hacking notes.</title>
<updated>2010-09-26T20:45:51+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2010-09-26T20:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=474cb7bd6dbe95670bea596fdaedadd4d08f782a'/>
<id>474cb7bd6dbe95670bea596fdaedadd4d08f782a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include client name in tasks list</title>
<updated>2010-09-21T18:33:32+00:00</updated>
<author>
<name>Chris Scharf</name>
</author>
<published>2009-11-05T14:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=c3176bfacd2d08c556708cb955b5d456acb93a6f'/>
<id>c3176bfacd2d08c556708cb955b5d456acb93a6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the --version option, closes #27.</title>
<updated>2009-08-09T17:42:09+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2009-08-09T17:42:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=e935571b7164d112a5e27589ff69cfec9cc13c24'/>
<id>e935571b7164d112a5e27589ff69cfec9cc13c24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically include rubygems in bin/hcl.</title>
<updated>2009-07-27T18:42:42+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2009-07-27T18:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=1cc8f7e32e8e787b1150dcb23dd3d11a90f4aa60'/>
<id>1cc8f7e32e8e787b1150dcb23dd3d11a90f4aa60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ~/.hcl_config instead of ./hcl_conf.yml for credentials.</title>
<updated>2009-07-25T01:52:36+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2009-07-25T01:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=b4b278997027d18f40cff419c987be58c4274fcf'/>
<id>b4b278997027d18f40cff419c987be58c4274fcf</id>
<content type='text'>
If no configuration is present the user will be prompted.
This closes #17.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If no configuration is present the user will be prompted.
This closes #17.
</pre>
</div>
</content>
</entry>
<entry>
<title>allow calls from outside the dev dir</title>
<updated>2009-07-16T20:48:33+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2009-07-16T20:48:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=c29b21602ca10aaf98f6aea296d4b9235ae6d291'/>
<id>c29b21602ca10aaf98f6aea296d4b9235ae6d291</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initial commit</title>
<updated>2009-07-16T19:02:15+00:00</updated>
<author>
<name>Zack Hobson</name>
</author>
<published>2009-07-16T19:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/hcl/commit/?id=86bdc46f090ddee08771f519eb8570cb4f9f4220'/>
<id>86bdc46f090ddee08771f519eb8570cb4f9f4220</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
