jjw24 / Wox.Plugin.Runner

A plugin that allows you to create simple command shortcuts in Wox.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arguments containing spaces

czmi opened this issue · comments

commented

I am using a vbs script to send emails from Runner with Body of the email passed as an argument. I've tried all sorts of combination of quotes in the arguments but couldn't make it work to pass the text with spaces as a single argument.

Is there a workaround for this?

Can you try the v2.3.1 release and see if this issue is fixed please.

I am on v2.3.1 and if I call r en test phrase only test is getting passed to my program. Using quotes just results in "test getting passed. I have tried using the settings of {0} as well as {*}. Otherwise the plugin works great so far! Is there something I am missing, or is this bug still outstanding?

Edit: I should add that I have an idea for how I can probably work around the current behavior in the case of at least one particular script on my end by using {*} to pass everything and then concatenate everything together inside my script. But I can also imagine scenarios where I won't be able to accomplish that and the OP feature request would be very helpful. :)

@jjw24 Was this ever actually resolved? Seems like it still does not work for me.

No unfortunately, I haven't had the time to get it fixed.