#tty #pty #script #tee #remote-control

tty-spawn

The internal tty spawning functionality of the teetty utility

3 unstable releases

0.4.0 Aug 19, 2024
0.3.1 Jan 23, 2023
0.3.0 Dec 30, 2022

#501 in Command-line interface

Download history 74/week @ 2024-11-16 88/week @ 2024-11-23 87/week @ 2024-11-30 36/week @ 2024-12-07 34/week @ 2024-12-14 2/week @ 2024-12-28 39/week @ 2025-01-04 93/week @ 2025-01-11 87/week @ 2025-01-18 54/week @ 2025-01-25 43/week @ 2025-02-01 60/week @ 2025-02-08 61/week @ 2025-02-15 46/week @ 2025-02-22 42/week @ 2025-03-01

225 downloads per month
Used in teetty

Apache-2.0

21KB
364 lines

tty-spawn

Crates.io License rustc 1.63.0 Documentation

tty-spawn is the underlying library on which teetty is built. It lets you spawn processes in a fake TTY and duplex stdin/stdout so you can communicate with an otherwise user attended process.


lib.rs:

tty-spawn is the underlying library on which teetty is built. It lets you spawn processes in a fake TTY and duplex stdin/stdout so you can communicate with an otherwise user attended process.

Dependencies

~2MB
~39K SLoC