Skip to content
Discussion options

You must be logged in to vote

Hi, thank you for your question! 🙂

Yea, I guess I know the reason why it's not working, even without seeing the actual error message you are getting. I'll help you achieve what you are trying to do, but I'll first tell a bit of background for your problem. {{Variables}} are typically used as arguments for shell commands, not (usually) as actual commands. Special characters (including whitespace) in values coming from {{variables}} are escaped in order to prevent the values from accidentally breaking out of argument context, which could cause problems.

As your aim is not to use {{selection}} as an argument, you can disable escaping by preceding the variable's name with an exclamation mark !.…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tinoargentino
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants