Message152943
This discussion (particularly my final globtree recipe) made me realise that the exact same approach would greatly improve the usability of the all_paths, file_paths and dir_paths iterators in walkdir [1]. Accordingly, walkdir 0.4 will let you write a recursive grep for ReST and Python source files as:
file_paths(top, included_files="*.py *.rst".split())
Scanning multiple directories will be as simple as:
file_paths(dir1, dir2, included_files="*.py *.rst".split())
[1] https://bitbucket.org/ncoghlan/walkdir/issue/15 |
|
Date |
User |
Action |
Args |
2012-02-09 12:07:40 | ncoghlan | set | recipients:
+ ncoghlan, pitrou, giampaolo.rodola, eric.araujo, eli.bendersky, ubershmekel |
2012-02-09 12:07:40 | ncoghlan | set | messageid: <1328789260.2.0.382692841295.issue13968@psf.upfronthosting.co.za> |
2012-02-09 12:07:39 | ncoghlan | link | issue13968 messages |
2012-02-09 12:07:39 | ncoghlan | create | |
|