Skip to content
Discussion options

You must be logged in to vote

Hi :)

|, && and ; are shell features. The app simply starts a process with specified args as it's more lightweight.

You could:

  • execute shell command sh -c "echo 'hello'; echo 'world'"
  • write a script and place it in ~/.local/bin
  • add an extra action through the UI

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sojusnik
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