#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

#439 in Command-line interface

Download history 103/week @ 2024-10-15 91/week @ 2024-10-22 71/week @ 2024-10-29 94/week @ 2024-11-05 68/week @ 2024-11-12 91/week @ 2024-11-19 100/week @ 2024-11-26 54/week @ 2024-12-03 36/week @ 2024-12-10 28/week @ 2024-12-17 5/week @ 2024-12-31 39/week @ 2025-01-07 106/week @ 2025-01-14 90/week @ 2025-01-21 36/week @ 2025-01-28

273 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