Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: pkill and autocomplete
- X-seq: zsh-users 13314
- From: Ivan <ivan.zanolla@xxxxxxxxx>
- To: "Sebastian Stark" <seb-zsh@xxxxxxxxxxx>
- Subject: Re: pkill and autocomplete
- Date: Wed, 8 Oct 2008 12:20:56 +0200
- Cc: zsh-users@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=PFDn+GFmG0RWY4g/gKlLiSDI8e//2PmeQuj1U4jUGRo=; b=tn1n3mkLG6v8mWEdNZMd8MPda0kr9VqspLHlp5jtaPMnZ2QybSOs8doPRO4yonmT8t UMZKZxhajgHo2y5Ubmtie5F0BtyccremNDPuxwrFzVE75fb3jifx3MJv6+xVFPJCHX21 66JXTkTNlSIpC5LnN2si9deG+hLvXQVb9i6hQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=N17yynrAJctLG76tP4d7sBaKkv1qK6y308WewvYHGaj5pSyF96Qt4iuqBoKiQ3r/Zz taPeASy++BmZmqdZpnTKYvJQFqPPA36OoJJzeS1BBpvt7H9QJ9rWBpb9rGDie08Fv3i8 RV+fODrfYES4zJloWAGeL8sMMW2KYiZPEo1sE=
- In-reply-to: <49AD7858-3B16-454A-BFD7-75A8AB43E0FB@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <e7db6e960810080202g72a8a5e2vbc016f01ea338477@xxxxxxxxxxxxxx> <49AD7858-3B16-454A-BFD7-75A8AB43E0FB@xxxxxxxxxxx>
Indeed so I set in my. zshrc
zstyle ':completion:*:kill:*' menu yes select
zstyle ':completion:*:kill:*' force-list always
zstyle ':completion:*:processes' command 'ps x -o pid,pcpu,tt,args'
It works just as you say, my own is a matter of principle, are more
abituatato using pkill that kill.
Or
pkill alias = 'kill'
2008/10/8 Sebastian Stark <seb-zsh@xxxxxxxxxxx>:
>
> On 08.10.2008, at 11:02, Ivan wrote:
>
>> Hi all,
>> is a few weeks with satisfaction that use zsh, but have not yet
>> managed to set some things. The AutoComplete of pkill does not work,
>> does not show <TAB> with the name of processes but that the files in
>> the directory is located here.
>
> In zsh you can use kill instead of pkill. If you write "kill z<TAB>" for
> instance you get a list of processes that start with "z". That is as good
> (or even better) than pkill, at least for me.
>
>
> Sebastian
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author