Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for pipe character "|" in shell parameters #743

Closed
alejr opened this issue Jul 7, 2021 · 1 comment
Closed

Support for pipe character "|" in shell parameters #743

alejr opened this issue Jul 7, 2021 · 1 comment

Comments

@alejr
Copy link

alejr commented Jul 7, 2021

Copy TITLE | font=Monaco size=10 alternate=true shell='/bin/bash' param1='-c' param2="echo -n string | pbcopy" terminal=false

I would expect this would copy string to the pasteboard but instead it fails with:
parse stdout: daily.15m.sh:30: unknown parameter: pbcopy" terminal
if I remove the terminal=false part it fails looking for an = sign after pbcopy

@matryer
Copy link
Owner

matryer commented Jul 14, 2021

Thanks @alejr - this will be fixed in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants