Tried the same thing in Weby. The argument gets passed through OK, but the slashes are still munged
I've just started reusing this app and have come across a problem with defining a particular command in Runner. My first command worked fine. It sent a search argument to a site URL. The second command I tried to create does a similar thing, but it passes the argument to a local server. The command is http://127.0.0.1:32400/web/index.html#!/server/1bacf50bda5ac80880e22d3e10ee63c96099b3d6/search/$1 This is actually referencing a plex server, in case it matters. In any case, Launchy messes things up...