Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Recursive Completition
- X-seq: zsh-users 17203
- From: Karoly Negyesi <karoly@xxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Recursive Completition
- Date: Sat, 18 Aug 2012 23:09:37 +0200
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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