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

Add Unix-like pipe IO support #1479

Merged
merged 9 commits into from
Apr 27, 2024
Merged

Conversation

ccuser44
Copy link
Contributor

@ccuser44 ccuser44 commented Apr 27, 2024

Fixes #1433
Adds rudimentary IO pipe support (may not work with aliases well)

Example usage !pnum |1>1 :format "The game has %s players" |1>2 :concat "Server Message:" |1>1 :message

@ccuser44
Copy link
Contributor Author

It was a lot easier than I expected, let's hope it works

@Dimenpsyonal Dimenpsyonal added ✨ enhancement Enhancing or improving existing functionality ⌛needs PoF This PR is awaiting proof of functionality labels Apr 27, 2024
@Dimenpsyonal
Copy link
Contributor

Fascinating

@ccuser44
Copy link
Contributor Author

PoF:
image

Ok got it to work now the issue was Roblox being bad and improper with their new textchat

@Dimenpsyonal

@ccuser44
Copy link
Contributor Author

PoF:
image

Part 2 of PoF

@Dimenpsyonal Dimenpsyonal removed the ⌛needs PoF This PR is awaiting proof of functionality label Apr 27, 2024
@Dimenpsyonal Dimenpsyonal merged commit 08ed2cc into Epix-Incorporated:master Apr 27, 2024
2 checks passed
@ccuser44 ccuser44 deleted the patch-10 branch April 27, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement Enhancing or improving existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IO pipe syntax
2 participants