Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Get description of the completion
- X-seq: zsh-workers 25826
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: "Jörg Sommer" <joerg@xxxxxxxxxxxx>
- Subject: Re: Get description of the completion
- Date: Wed, 8 Oct 2008 00:36:05 +0200
- Cc: zsh-workers@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=anZX+10p+e9TZBJspsCAh6d5DZeg6ZgtFtaV9uYUddU=; b=uekJ3WqgbpcXkJ00ildu5aTlyMpmJvGD2jw3neq+7BBeEU5jDgec20fkdigJ26OwTJ 6+hRVyKZglMwopljMfH0JZPIP8lRXyoKgbe9PDcwl8E5xdTQfl59NV++P/rQkL1ZATwg dz9SjnEiyonkbmYDWbHaU1OGW3M640zy//dhw=
- 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=nm6i+BJCz0VmkcAPbi+3qkLgJhnM3Iw86ujT3akiih2aqaXYq5WHgzQJAJCY8R/mYA CRn4wM0XNjucAbCtcLZqXBpZwmdZv0KzVsUZj3fdveNj0glAQVimTOBDGyA5Tz9zmBq7 qCN5GJF66woPkGakp6KWrgbixu11crDJpa1hs=
- In-reply-to: <slrngenhd7.2k7.joerg@xxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <slrngenhd7.2k7.joerg@xxxxxxxxxxxx>
2008/10/7 Jörg Sommer <joerg@xxxxxxxxxxxx>:
> Hi,
>
> how can I see the description of a single completion? For kill I would
> like to see the description even if it was one completion to be sure I
> kill the right process.
>
> % kill ini<TAB> is completed to
> % kill 1 but I want to see the description, i.e. the line from
> the ps command, too.
>
> Is this possible?
Press list-choices:
% kill init<ctrl-d>
---- process ID
root 1 0.0 0.0 1628 316 ? Ss Sep17 0:03 init
[3]
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author