#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

#465 in Command-line interface

Download history 158/week @ 2024-08-19 20/week @ 2024-08-26 10/week @ 2024-09-02 62/week @ 2024-09-09 95/week @ 2024-09-16 82/week @ 2024-09-23 41/week @ 2024-09-30 59/week @ 2024-10-07 92/week @ 2024-10-14 94/week @ 2024-10-21 90/week @ 2024-10-28 84/week @ 2024-11-04 74/week @ 2024-11-11 87/week @ 2024-11-18 75/week @ 2024-11-25 90/week @ 2024-12-02

326 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