-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[Feature] Print functionality #1927
base: master
Are you sure you want to change the base?
Conversation
Hey @joshuaebert, thanks so much for the contribution. A couple of things:
|
Hey @a3957273, My motivation behind the print operation came from an assignment one of my professors gave my class to create an AES encryption/decryption workflow using cyberchef. |
So I'm not necessarily against multiple operators that do the same thing if one of them is a simpler to use common case of a more powerful operator. For instance, I suspect the But using the replace operator is more complex. That being said, I'm still not necessarily sure I see a valid workflow that this works for, so if you could share your use case then that might make it clearer to me! :) I don't believe there's a replacement to the |
Hey,
this PR introduces a Print operation. It's able to print any text (including registers) to the output.
Kind regards
Joshua