node-pty
node-pty copied to clipboard
Fork pseudoterminals in Node.JS
## Environment details - OS: Ubuntu - OS version: 22.04.3 - node-pty version: 1.0.0 ## Issue description Trying to get node-pty to work and every time I use .spawn() the...
(aside: I think the `killDeepTree` example is broken on Windows) I'd like to spawn a process in the background, listen in on it for a while, and then have the...
## Environment details - OS: Linux - OS version: Linux 6.7 - node-pty version: The one bundled in VSCode, and I believe it still exists on master ## Issue description...
## Environment details - OS: Windows - OS version: 11 - node-pty version: I dont know ## Issue description I can't Install Code Companion https://github.com/codecompanion-ai/code-companion/issues/3
Fixes #472. With this, specifying the new property "argv0" in options will replace argv[0] with a custom string. This is useful, for example, when starting a login shell: ``` const...
## Environment details - OS: Ubuntu - OS version: Ubuntu 22.04 - node-pty version: v1.0.0 ## Issue description Is there any way I can get the currect working directory of...
## Environment details - OS:Windows - OS version:11 - node-pty version:lastest ## Issue description Mine is an electron+vite+ts+react project, and after integrating the node-pty module and configuring it according to...
## Environment details - OS: Linux Ubuntu - OS version: 18.04 - node-pty version: 1.1.0-beta5 ## Issue description Delivered with vscode, Insiders-279872bd965e4030c81129a9bf1ce1710ff7cd55. Fails to load due to incompatible GLIBC version...
## Environment details - OS: Linux - OS version: 22.04 - node-pty version: v1.0.0 ## Issue description I'm trying to send a response when ptyprocess gets data from PTY, but...
This code from pty.js (chjj) was originally designed to work with ancient versions of node.js `0.12` and io.js, but the api is [deprecated](https://github.com/nodejs/node/issues/22064) for many years, the `/* require("node:tty") */...