rogerdpack-whichr 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/README +15 -8
  2. metadata +1 -1
data/README CHANGED
@@ -1,18 +1,12 @@
1
1
  ruby which: the linux "which" command re-written in ruby [and windows-friendly].
2
2
 
3
- An executable locator (which command) for windows that actually works!
3
+ An executable locator (i.e. which or locate command) for windows that works!
4
4
 
5
5
  Itch it scratches: there seems to be a lack of a "which" command for windows that actually work--they sometimes skip batch files entirely [batch file? what's that?] or don't list extensions, leaving you in doubt. Despite running "which yyy" you never know what you're really running when you next run yyy in the command line--is it yyy.exe or some other yyy.bat that wasn't reported by "which"?
6
6
 
7
7
  Try it--you might really like it.
8
8
 
9
- To install:
10
-
11
- C:\>gem install rogerdpack-whichr
12
-
13
- C:\>whichr executable_name_here [extension can be included, but is optional]
14
-
15
- usage:
9
+ Usage:
16
10
 
17
11
  C:\>whichr ruby
18
12
  higher in the list will be executed first
@@ -20,4 +14,17 @@ To install:
20
14
  C:/Ruby/bin/ruby.exe
21
15
  c:/cygwin/bin/ruby.exe
22
16
 
17
+ C:>whichr rub*
18
+ higher in the list will be executed first
19
+ c:/ruby/bin/rubigen
20
+ c:/ruby/bin/rubigen.bat
21
+ c:/ruby/bin/ruby.exe
22
+ ...
23
+
24
+ Installation:
25
+
26
+ C:\>gem install rogerdpack-whichr
27
+
28
+ Enjoy.
29
+
23
30
  Feedback welcome rogerdpack on github/gmail
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rogerdpack-whichr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roger Pack