rshim icon indicating copy to clipboard operation
rshim copied to clipboard

[BUG] Can't handle `=` in arguments

Open God-damnit-all opened this issue 1 year ago • 0 comments

Create the folder C:\foo=bar and try each of these shim files:

This fails and opens a default folder (usually Documents) instead:

path = explorer.exe
args = C:\foo=bar

This performs as expected:

path = explorer.exe
args = C:\Users

God-damnit-all avatar Oct 24 '23 16:10 God-damnit-all