summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)Author
2015-12-08Adding Extensive Bas Tab CompletionChet Henry
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.
2013-11-20remove jewelerZack Hobson
2010-09-26Cleanup, hacking notes.Zack Hobson
2010-09-21include client name in tasks listChris Scharf
2009-08-09Removed the --version option, closes #27.Zack Hobson
2009-07-27Automatically include rubygems in bin/hcl.Zack Hobson
2009-07-24Use ~/.hcl_config instead of ./hcl_conf.yml for credentials.Zack Hobson
If no configuration is present the user will be prompted. This closes #17.
2009-07-16allow calls from outside the dev dirZack Hobson
2009-07-16initial commitZack Hobson