jjw24 / Wox.Plugin.Runner

A plugin that allows you to create simple command shortcuts in Wox.
MIT License
21 stars 5 forks source link

Arguments containing spaces #31

Open czmi opened 1 year ago

czmi commented 1 year ago

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?

jjw24 commented 1 year ago

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

EnigmaSolved commented 9 months ago

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. :)

Hsayrey commented 6 months ago

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

jjw24 commented 5 months ago

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