vk-posix-pty

Pseudo terminal interaction with subprocesses.

https://github.com/proger/posix-pty/tree/fork

Latest on Hackage:0.2.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Merijn Verstraaten
Maintained by Vladimir Kirillov

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]