Hey folks, I just threw together a simple bash completion script for the ZF tool so that you can tab-complete basic commands. For example, you can type "zf cr", hit TAB, and it will compete to "zf create " for you. Check it out at:
http://cmorrell.com/web-development/zf/bash-completion-script-751 Also, if you know much about shell scripting, take a look at: http://serverfault.com/questions/124429/bash-completion-script-help I'm trying to get the script to dynamically load the commands (right now they're just hard coded so custom providers and future updates aren't included) but I can't for the life of me get it to work. Cheers, Chris Morrell http://cmorrell.com/ @inxilpro <http://twitter.com/inxilpro>
