Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion on simple commande
- X-seq: zsh-users 15264
- From: Michel <michel.barret@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Completion on simple commande
- Date: Thu, 12 Aug 2010 11:11:11 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=6UtXF2dkpCbUreNJHIUUj4oNTq4uxMlrpEvZQECqpz0=; b=hs1Sp5Kp15EWlviknEwEkr+KIuzApz7ffft/XWIrvA2Ceaip4V3JzDS+njTqv+wfdU +wyQHTqcQBtdig1JTpJQER1lodaeSe8mquYkgkkE5vde+mfk6SMJziA4xma//6URB8hq guvGRLQHSdl64KXneEoDSo8Dv8++Yr8AG6rFc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=IuHZLAESfNV23AfofPClO5kBnWXlgQ1021L34BnV0jdvAS9BEEOA/E76v4jE3SYD5e Hc0sN55tytqcnhJnMJBkiyj2MVRumwIbIHONC+t/TDcPVKJNl0FOwoq29cHGYaukyACs yhempp/57vxOmhp4oEdW9Dyy9b5dFHQEHmMCE=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author