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


Click here to return to the 'Create a Tab-completion-capable GUI app launcher' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create a Tab-completion-capable GUI app launcher
Authored by: wgscott on Nov 04, '05 07:33:56AM
The zsh shell, which comes with OS X, has by default in 10.4, a very good automatic completion system for the command "open -a". Take a look at the file /usr/share/zsh/4.2.3/functions/_open In addition, you can install a faster and somewhat more complete version of the "open -a" completion (and a bunch of other fun stuff) from .

[ Reply to This | # ]