861
General Software Discussion / Re: 'Everything' is one FAST file search engine
« on: December 05, 2008, 06:52 PM »Just create an alias with Everything's command line.^ev(.*)
Everything Search $$1 | C:\program files\everything\Everything.exe -search $$1-edbro (November 11, 2008, 07:39 PM)
A small modification to make multiple search phrases carry over from the FARR input box to Everything:
^ev(.*)
Everything Search $$1 | C:\program files\everything\Everything.exe -search "$$1"
Everything Search $$1 | C:\program files\everything\Everything.exe -search "$$1"
edit 090321: sorry, I meant to quote this post but ended up editing it. I think it is reset to how it previously was now. :-[