Pipe operator? #10
jckirton
started this conversation in
Bugs / Features / Ideas
Replies: 1 comment
-
|
This could leverage simple input, such that the output of the first script - if it's a string - goes in as Worth noting that this would probably require 2 script execution contexts and thus lock up the client while both script runs resolve, just based on how I understand it. If done it could open up other things like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is just a silly and random idea, but what if we have the pipe operator as a way to feed the output of a script as input to another script?
Then the glory of
generic.scraper | user.grepcan be made a reality.Beta Was this translation helpful? Give feedback.
All reactions