Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Get description of the completion
- X-seq: zsh-workers 25865
- From: Jörg Sommer <joerg@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Get description of the completion
- Date: Mon, 13 Oct 2008 00:21:28 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=gnuu.de; s=banki; t=1223859782; i=@xxxxxxxxxxxx; bh=TuAS5N0GyDpGdCWz1M+76rXb4RM5iZEz2 ekdmbHY54M=; h=To:From:Subject:Date:Message-ID:References: Mime-Version:Content-Type:Content-Transfer-Encoding:Sender; b=uhIw UxTVEYyKNJ8Z6CjlC5fshGbiV/HRev5EpRQ1zsO/+Ya/X0j/0zubtGCD1wrELQZki/W x/a90xqwy3T4j6TmPzDgTLYeMccDE/YqHNz9gvrVcFsCtPpBtsuWrerTRkeegTSK+N0 ldR2t3hMDtB65hWT+edawgG/bQq/wKsrM=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <slrngenhd7.2k7.joerg@xxxxxxxxxxxx> <237967ef0810071536i447835f9k58dcd04dcddc3ad9@xxxxxxxxxxxxxx>
- Sender: news <news@xxxxxxxxxxxx>
Hello Mikael,
"Mikael Magnusson" <mikachu@xxxxxxxxx> wrote:
> 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>
That's not really what I'm looking for. I also would like to see the
description of this:
% grep -h<$MAGIC_KEY>
-h -- suppress printing of filenames
I often remember an option, but I'm not sure. So I want to see the
description to make sure I'm write or maybe, I was wrong and should make
the next guess. :)
Bye, Jörg.
--
Der Pessimist ist jemand, der vorzeitig die Wahrheit erzählt.
(Cyrano de Bergerac)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author