I normally open Everything and use the following "C:\Users\Mehdi\Desktop\texts\" dale | content:dale to look for example for the word dale and obtain results of a filename or files content that contain that, until here it's working fine. Now I'm trying to achieve the same thing but using Launchy's Runner plugin and Everything works great using this argument -p "C:\Users\Mehdi\Desktop\texts" -search $$
The issue: whenever I try to add | content:$$ in Launchy's Runner argument so the final result looks like this
Code: Select all
-p "C:\Users\Mehdi\Desktop\texts" -search $$ | content:$$
So is there a command line option for content search (if not please consider adding it)? cause I think this is most prolly due to "content" not being a command line option but I might be wrong and you know best, so do enlighten me.
Also, is there any way to achieve what I'm trying to achieve?