zsh-users
 help / color / mirror / code / Atom feed
* Recursive Completition
@ 2012-08-18 21:09 Karoly Negyesi
  2012-08-19  0:18 ` Bart Schaefer
  0 siblings, 1 reply; 10+ messages in thread
From: Karoly Negyesi @ 2012-08-18 21:09 UTC (permalink / raw)
  To: zsh-users

Hi,

I am working with PHP and due to PSR-0 I really need recursive
completition. I am switching to zsh because of this.

ls **/Kernel.php[Tab]

autocompletes to

core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php

that's really great!

Even better would be if I could have

ls **/Kern[tab]

do that (and not just for ls, but everything else).

Perfect would be just

ls Kern[tab]

to do that. I am aware of the performance implications -- could this
be restricted to the user's home dir only so it doesnt try to read the
whole OS when in the root.

Oh, and maybe display the menu while I am writing a wishlist :)

Thanks much

Karoly Negyesi


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-12-04  2:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-18 21:09 Recursive Completition Karoly Negyesi
2012-08-19  0:18 ` Bart Schaefer
2012-08-19 19:44   ` Peter Stephenson
2012-08-19 21:07     ` Karoly Negyesi
2012-08-20  8:57       ` Peter Stephenson
2012-08-20 15:33         ` Bart Schaefer
2012-08-21 18:27           ` Peter Stephenson
2012-12-04  2:13             ` Karoly Negyesi
2012-08-20  9:43   ` René Neumann
2012-08-21  4:58     ` Bart Schaefer

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).