0.1.0 • Published 7 years ago

pty64 v0.1.0

Weekly downloads
10
License
MIT
Repository
github
Last release
7 years ago

pty64

A simple command line utility based on pty.js.

It allows you to fork processes with pseudo terminal file descriptors, for example to run commands in non interactive envs. So certain programs will think that it works inside terminal.

It also allows you to transform output of terminal control sequences into base64 format.

Install

npm install --global pty64

Usage example

# run any command with pty
pty64 -- {any command}
# transform output into base64
pty64 --base64 -- {any command}
0.1.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago