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

Recursive Completition



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



Messages sorted by: Reverse Date, Date, Thread, Author