Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Perform zsh / spotlight / application completion' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Perform zsh / spotlight / application completion
Authored by: 31d1 on Nov 23, '05 08:12:16AM

fink has a bash-completion package that works just like linux versions, once installed you have to source /sw/etc/bash-completion in your .bashrc file. That file will also source some more mac specific completion scripts which are included in the /sw/etc/bash-completion.d folder.

It completes all sorts of things, including apps with 'open -a'



[ Reply to This | # ]
Perform zsh / spotlight / application completion
Authored by: chtito on Nov 26, '05 02:05:33AM
Actually zsh is shipped on Mac OS X with completion for open -a. So i guess that the point of this hint is only to make that completion faster for open -a (the built-in one is indeed slow).

[ Reply to This | # ]