You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or maybe just by calling shell bash -c "cp ...."? Then you would not require an additional script file.... Haven't tried that but I guess it should work.
There isn't support for this yet, but might be currently possible with a bash script and calling the bash script instead
Thank you, that workaround didn't come to mind yet! And yes, it works 👌
Or maybe just by calling shell bash -c "cp ...."? Then you would not require an additional script file.... Haven't tried that but I guess it should work.
Thank you, that'd be elegant, but I can't get it to work with the file substitution (%s).
Question: Is there support for command substitutions in shell commands? If not, consider this a feature request.
I tried
and
but I always only see the literal (escaped?) string
instead of the desired
My use case is is to create a keybinding to create a copy of a file like this:
The text was updated successfully, but these errors were encountered: