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

If 'file' is set to stdout, optionally specify a script to directly send to stdin. #225

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

bobbintb
Copy link

Added stdoutprocess to config file to optionally send stdout directly to another script's stdin, when stdout is enabled.

If 'file' is set to stdout, optionally specify a script to directly send to stdin.
@hillu
Copy link
Collaborator

hillu commented Aug 27, 2024

Thanks. Since we've already assigned special meaning to file = - for regular standard output, what do you think about doing something like file = "| /path/to/script.sh" instead of adding an extra field?

@bobbintb
Copy link
Author

Sure, I think that works.

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

Successfully merging this pull request may close these issues.

2 participants