reactphp-stdio
reactphp-stdio copied to clipboard
Async, event-driven and UTF-8 aware console input & output (STDIN, STDOUT) for truly interactive CLI applications, built on top of ReactPHP.
Hi! I'm looking for a way to write in specific cases to `stderr` in addition to `stdout`. Is there a way to achieve it with this library in an asynchronous...
See https://stackoverflow.com/a/5970472 and https://www.xfree86.org/4.8.0/ctlseqs.html
Originally, #18 aimed to look into ways to bring native non-blocking I/O to Windows - which still doesn't look like it's going to be supported any time soon unfortunately. As...
This project should watch the terminal size and emit an event when the terminal size changes. Among others, this helps with limiting user input (#4) and future mouse support (#82)....
Preparation for release v2.7.0 on 2025-01-24.