Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: list-files style for "ls -l" completion listings
- X-seq: zsh-workers 22330
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: list-files style for "ls -l" completion listings
- Date: Tue, 7 Mar 2006 12:59:10 +0000
- In-reply-to: <EXCHANGE03GAWaASm8J00013368@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: Cambridge Silicon Radio
- References: <EXCHANGE03GAWaASm8J00013368@xxxxxxxxxxxxxxxxxx>
Peter Stephenson <pws@xxxxxxx> wrote:
> Here are the bare bones of a way of getting more information about
> file listings. Setting the list-files style allows you to have
> files listed as for "ls -L" instead of "ls" or "ls -F". The
> style can take a number so list=10 means show in long format only if
> listing but not inserting and only if there are no more than 10 matches.
>...
> This is still very basic:
> - I have chickened out of adding the framework to _path_files in all but
> the simplest cases where the files are add as a simple array. If
> anyone thought they understodd _path_files they could do better.
> This definitely needs fixing (any occurrence of "compadd -Qf"
> should handle file-list in the same way).
I've fixed this, I think, though the other items are still open.
I've committed the result with a few minor tweaks. Note that
you can use a numeric argument to control this by using zstyle -e.
Remember, too, that you need to recompile the main shell to get this
to work (though unless you set the file-list style it shouldn't try
to use the new compadd option).
Feedback is useful.
(I've finally changed the version in the archvie to 4.3.2-dev-1 as I said
was going to do last week.)
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
To access the latest news from CSR copy this link into a web browser: http://www.csr.com/email_sig.php
Messages sorted by:
Reverse Date,
Date,
Thread,
Author