Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Get description of the completion



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