Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | Metadata-Version: 1.0 |
michael@0 | 2 | Name: which |
michael@0 | 3 | Version: 1.1.0 |
michael@0 | 4 | Summary: a portable GNU which replacement |
michael@0 | 5 | Home-page: http://trentm.com/projects/which/ |
michael@0 | 6 | Author: Trent Mick |
michael@0 | 7 | Author-email: TrentM@ActiveState.com |
michael@0 | 8 | License: MIT License |
michael@0 | 9 | Description: This is a GNU which replacement with the following features: |
michael@0 | 10 | - it is portable (Windows, Linux); |
michael@0 | 11 | - it understands PATHEXT on Windows; |
michael@0 | 12 | - it can print <em>all</em> matches on the PATH; |
michael@0 | 13 | - it can note "near misses" on the PATH (e.g. files that match but |
michael@0 | 14 | may not, say, have execute permissions; and |
michael@0 | 15 | - it can be used as a Python module. |
michael@0 | 16 | |
michael@0 | 17 | Keywords: which,find,path,where |
michael@0 | 18 | Platform: Windows |
michael@0 | 19 | Platform: Linux |
michael@0 | 20 | Platform: Mac OS X |
michael@0 | 21 | Platform: Unix |