#pty-tty #tty #pty #process-control #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

#2 in #pty-tty

Download history 118/week @ 2024-11-27 35/week @ 2024-12-04 29/week @ 2024-12-11 25/week @ 2024-12-18 10/week @ 2025-01-01 62/week @ 2025-01-08 88/week @ 2025-01-15 112/week @ 2025-01-22 4/week @ 2025-01-29 65/week @ 2025-02-05 59/week @ 2025-02-12 67/week @ 2025-02-19 46/week @ 2025-02-26 23/week @ 2025-03-05 32/week @ 2025-03-12

185 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