vibetunnel/tty-fwd
2025-06-15 23:59:40 +02:00
..
src Force stream out path to be absolute 2025-06-15 23:59:40 +02:00
.gitignore Initial changes for tty forwarding 2025-06-15 21:30:57 +02:00
Cargo.lock Add timestamps to session info 2025-06-15 23:55:15 +02:00
Cargo.toml Add timestamps to session info 2025-06-15 23:55:15 +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.