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

Provide convenient APIs for piping between child processes #75

Open
alexrp opened this issue Jan 11, 2022 · 1 comment
Open

Provide convenient APIs for piping between child processes #75

alexrp opened this issue Jan 11, 2022 · 1 comment
Labels
area: processes Issues related to spawning child processes. area: samples Issues related to the sample projects. state: approved Feature requests and housekeeping tasks that have been approved. type: feature Issues that are classified as feature requests.
Milestone

Comments

@alexrp
Copy link
Sponsor Member

alexrp commented Jan 11, 2022

It should be easy to pipe from one child process to another, as well as to/from files, streams, collections, etc.

Overloaded operators such as |, >, and < should be provided to easily achieve shell-like piping semantics.

@alexrp alexrp added type: feature Issues that are classified as feature requests. state: approved Feature requests and housekeeping tasks that have been approved. area: samples Issues related to the sample projects. area: processes Issues related to spawning child processes. labels Jan 11, 2022
@alexrp alexrp added this to the v1.0 milestone Jan 11, 2022
@alexrp alexrp self-assigned this Jan 11, 2022
@alexrp alexrp modified the milestones: v1.0, v2.0 Oct 28, 2022
@alexrp
Copy link
Sponsor Member Author

alexrp commented Dec 31, 2023

We should definitely take inspiration from MedallionShell for this: https://github.com/madelson/MedallionShell/blob/e45f1f6ffd4cde752bc21753c476a6f7cac0f01d/MedallionShell/Command.cs

@alexrp alexrp removed their assignment Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: processes Issues related to spawning child processes. area: samples Issues related to the sample projects. state: approved Feature requests and housekeeping tasks that have been approved. type: feature Issues that are classified as feature requests.
Development

No branches or pull requests

1 participant