zsh-users
 help / color / mirror / code / Atom feed
* Completion on simple commande
@ 2010-08-12  9:11 Michel
  2010-08-12  9:56 ` Peter Stephenson
  2010-08-12  9:56 ` Frank Terbeck
  0 siblings, 2 replies; 4+ messages in thread
From: Michel @ 2010-08-12  9:11 UTC (permalink / raw)
  To: zsh-users

Hi,

I use an zsh function to launch the graphical application. But I don't
know how have the completion on my function.

My function is :
function start (){
    $@ > /dev/null 2> /dev/null &
}

And I want can type :
start fire<tab>

To launch firefox. In bash I know the "complete" commande but I don't
know the zsh metode.

Can you help me, please ?
_____________________
Michel BARRET


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-12 11:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-12  9:11 Completion on simple commande Michel
2010-08-12  9:56 ` Peter Stephenson
2010-08-12 11:24   ` Michel
2010-08-12  9:56 ` Frank Terbeck

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).