regolith icon indicating copy to clipboard operation
regolith copied to clipboard

Shell Filters Should Allow Lists of Strings in "command" Property

Open Nusiq opened this issue 11 months ago • 1 comments

image

A list of strings would be nicer that one long string with commands separated by ;.

Nusiq avatar Jan 02 '25 15:01 Nusiq

How exactly?

  1. Each command is ran as a separate process
  2. Commands are joined with shell-specific thing (& for bash and ; for powershell etc.)
  3. We create a temporary script somewhere and run it

Also do we have a way to just provide a path to the script?

stirante avatar Jan 03 '25 00:01 stirante