uniter icon indicating copy to clipboard operation
uniter copied to clipboard

Working with stdin

Open ahmadyogi543 opened this issue 1 year ago • 1 comments

Hi, thank you so much for this awesome project!

So I wanna know if it possible to working with stdin, I mean like get input from it or something like that, maybe like using function like fgets(STDIN) in PHP with this. Is it possible or not?

Thanks in advanced and sorry for my bad english))

ahmadyogi543 avatar Apr 04 '23 02:04 ahmadyogi543

You're very welcome @ahmadyogi543!

I'm afraid that Uniter does not yet support accessing stdin as a stream - I'll leave this issue open until it is supported properly.

It would be possible to work around the issue in the meantime by defining a custom function, let me know if that would work for you in this instance and I'll put together an example.

Cheers

asmblah avatar Apr 14 '23 08:04 asmblah