EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

implement deep globs: */*/*.py #154

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We should support "deep" globs like the one in subject.

Original issue reported on code.google.com by cgwalt...@gmail.com on 25 Feb 2008 at 5:02

GoogleCodeExporter commented 9 years ago
Please also consider the recursive glob from ZSH: **/*.py

I often use this via a global alias: alias -g PY="**/*.py"

Then I can just type PY anywhere on the command-line to have it expand all 
python 
files.

Original comment by terat...@gmail.com on 6 Oct 2008 at 9:39