Shell command editor

The command editor is presented when you opt to use a Shell Command to open a file.

Write a command that will be executed in your home directory using your default shell (usually bash). In the command, any occurence of a double-hash ## will be replaced with the full path of the file to open. The substitution does not need to be quoted, but it’ll will also work inside double-quotes; no substitution will occurs inside single-quotes.

You can opt to execute the command in three ways:

Related Topics