No description
  • JavaScript 100%
Find a file
2026-03-14 20:40:33 -05:00
.gitignore initial commit 2026-03-14 20:17:13 -05:00
index.js add .env 2026-03-14 20:40:33 -05:00
package.json add .env 2026-03-14 20:40:33 -05:00
pnpm-lock.yaml add .env 2026-03-14 20:40:33 -05:00
README.md add .env 2026-03-14 20:40:33 -05:00

remote-terminal-renderer

take a node-pty websocket stream and render it in terminal

use

create a .env file

URL="https://url"
USERNAME="username"
PASSWORD="password"

you only need username and password if there is a basic authentication prompt on the server

run npm i to install dependencies and node index.js to run