Ed Singleton wrote:
> Jorge,
>
> I don't suppose you could expand on that a little could you?
>
> How would you enable auto complete for sql, toolbox, etc? What counts
> as a good shell?
Well, I guess a good shell would be GNU Bash, and you could do
something like this:
complete -W "i18n info quickstart shell sql toolbox update"
tg-admin
Then you could type:
tg- <TAB> t <TAB>
and on the command line, you'd get "tg-admin toolbox".
I personally prefer to use aliases:
alias tgtoolbox='tg-admin toolbox'
Then, simply typing
tgt <TAB>
gets me the same effect.
Cheers,
--
Yves-Eric
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---