vibetunnel/tty-fwd
Armin Ronacher 0032b3c7af Port to jiff
2025-06-16 00:28:29 +02:00
..
src Port to jiff 2025-06-16 00:28:29 +02:00
.gitignore Initial changes for tty forwarding 2025-06-15 21:30:57 +02:00
Cargo.lock Port to jiff 2025-06-16 00:28:29 +02:00
Cargo.toml Port to jiff 2025-06-16 00:28:29 +02:00
README.md Initial changes for tty forwarding 2025-06-15 21:30:57 +02:00

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.