'run' - An Everything Search runner utility

Plug-in and third party software discussion.
Post Reply
drorharari
Posts: 12
Joined: Fri May 01, 2009 9:52 pm

'run' - An Everything Search runner utility

Post by drorharari »

I had an itch that needed scratching - running a program on Windows without messing with the path. I created a little program to do just that using the Everything Search SDK. The code is on GitHub for everyone to grab at: https://github.com/DrorHarari/run

From the readme file:
Usage
-----
run [options] <program> <...program parameters...>
program: (Partial) name of program without .exe
-l: Just list matching names
-#: Force the use of the #'th program (as shown with -l)
-w: Use whole-word search

Example
-------

$ run *word mydoc.docx
Running: C:\Program Files\Microsoft Office 15\root\office15\WINWORD.EXE:

$ run -l *word
1) CHOSEN: WINWORD.EXE [C:\Program Files\Microsoft Office 15\root\office15]
2) FREEWORD.EXE [C:\Program Files (x86)\Freeware Inc]
3) CROSSWORD.EXE [C:\Program Files\Thoughtful Diversions]

$ run -3 word
(runs the crossword program)
Share & Enjoy,

Dror

p.s., Kudos David for an easy, effective and fun to use SDK. My only complaint is that there is no way (as far as I could see) to get the newest results first which would be nice for this kind of utility.
Last edited by drorharari on Thu Oct 03, 2013 4:42 pm, edited 1 time in total.
daspud
Posts: 103
Joined: Wed Apr 01, 2009 3:15 am

Re: 'run' - An Everything Search runner utility

Post by daspud »

Cool idea. I tend to just put in .exe and the partial name I am looking for right into the Everything list. I keep it open all the time so it is fast. maybe I should make a little "runner"....
Post Reply