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
326 downloads per month
Used in teetty
21KB
364 lines
tty-spawn
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.
License and Links
- Documentation
- Issue Tracker
- License: Apache-2.0
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