Crates.io | tty-spawn |
lib.rs | tty-spawn |
version | 0.4.0 |
source | src |
created_at | 2022-12-30 10:26:57.876612 |
updated_at | 2024-08-19 11:09:06.506645 |
description | The internal tty spawning functionality of the teetty utility |
homepage | |
repository | https://github.com/mitsuhiko/teetty |
max_upload_size | |
id | 747822 |
size | 20,460 |
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.