@hackage vk-posix-pty0.2.1
Pseudo terminal interaction with subprocesses.
Categories
License
BSD-3-Clause
Maintainer
Vladimir Kirillov <proger@hackndev.com>
Links
Versions
Installation
Dependencies (4)
- base >=4.7 && <5
- bytestring >=0.10
- process >=1.2.0.0
- unix >=2.6 Show all…
Dependents (1)
@hackage/acme-everything
This package simplifies the creation of subprocesses that interact with
their parent via a pseudo terminal (see man pty
).
Included ptywrap
utility spawns a process with a pty
, forwards its
output to stdout as plain text without buffering and forwards the exit code.
Note that it does not handle standard input.
ptywrap: usage: ptywrap [command to run]