Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I set up Launchy's Runner plugin to launch Everything search #85

Open
netsonicyxf opened this issue Oct 23, 2022 · 1 comment
Open

Comments

@netsonicyxf
Copy link

I use LaunchyQt 3.1.3 and Everything alpha portable.
I followed this method

With Launchy 2.5.0, I am able to set up Everything as a runner task with the following settings
I use LaunchyQt 3.1.3 and Everything alpha portable.
I followed this method

But this doesn't work for me.

@CandySign
Copy link

Hi,
I know this is old but for anyone wondering how to use Launchy with everything through Runner plugin, it's pretty simple:

  1. Go to Runner plugin and add a name (for ex: Everything)
  2. Add Everything executable path to Program
  3. Put -s "$$" in Argument

Now refresh Launchy, type Everything and press Tab followed by your search query. You can extend the arguments based on your needs just google Everything search commands and see the awesome stuff you can do.

I also would like to leave here one way I personally use both tools, so step 1 & 2 are the same and then in argument I have:
-s """"\Launchy Desktop\Text Files & Docs\Contacts\""" regex:dotall:fromdisk:content:(.*) addcol:A A-label:="Content" remove-column:size;date-modified;path A:=regmatch1: anywhere:"""$$"""" -filter everything -details

Explanation:
-s: Searches for
""""\Launchy Desktop\Text Files & Docs\Contacts""": Directory to search in
***regex:dotall:fromdisk:content:(.) addcol:A A-label:="Content": Adds new column and display in it file content
-filter everything: Includes everything whether be it folders,shortcuts, or any files format
-details: Changes the view to details
A:=regmatch1: anywhere:"""$$"""": Match the searched query ($$) to anywhere which is a personal filter that's meant to search both file names and files content

I use that to look for phone numbers and display contacts, I hope that was helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants