const pty = require('node-pty');
const handoff = require('terminal-handoff');
handoff.register(/*clsid=*/'{E12CFF52-A866-4C77-9A90-F570A7AA2C6B}', /*callback=*/function (input, output, signal, ref, server, client) {
const handoffHandles = { input, output, signal, ref, server, client };
const pty = pty.handoff(handoffHandles);
}, /*once=*/false);
-
Notifications
You must be signed in to change notification settings - Fork 0
License
ysc3839/node-terminal-handoff
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published