venom icon indicating copy to clipboard operation
venom copied to clipboard

Add a 'command' property to 'exec'

Open cdevienne opened this issue 1 year ago • 0 comments

Add a 'command' property to 'exec'

It is an alternative to 'script' that takes an explicit list of strings and does not use a shell.

It makes it easier to deal with escaping special characters, and gives more control on how the command is run.

:warning: It is based on PR #767

cdevienne avatar Feb 20 '24 18:02 cdevienne