zsh-workers
 help / color / mirror / code / Atom feed
* Can _multi_parts listings be made shorter?
@ 2007-10-01 22:17 Nikolai Weibull
  0 siblings, 0 replies; only message in thread
From: Nikolai Weibull @ 2007-10-01 22:17 UTC (permalink / raw)
  To: zsh workers

I'm having some issues with _multi_parts.  It would be better if it
would only list unique prefixes up to the first delimiter, for example

% tar xf libvorbis-1.2.0.tar <Tab>

lists

libvorbis-1.2.0/
libvorbis-1.2.0/AUTHORS
⋮
libvorbis-1.2.0/doc/Makefile
⋮

Wouldn't it be sweeter if only

libvorbis-1.2.0/

was offered in this case?  And so on if we delve into other "directories"?

For example, we could have

% tar xf libvorbis-1.2.0.tar libvorbis-1.2.0/

completed, as it is a unique prefix, then

% tar xf libvorbis-1.2.0.tar libvorbis-1.2.0/<Tab>

could list

AUTHORS
⋮
doc/
examples/
⋮

-- 
  nikolai

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-01 22:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-01 22:17 Can _multi_parts listings be made shorter? Nikolai Weibull

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).