@hackage / plex

run a subprocess, combining stdout and stderr

Latest0.2.0.0

About

Metadata

  • Last updated , by phlummox
  • License MIT
  • Categories Systems Programming
  • Maintained by: phlummox2@gmail.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    buildexe (off by default)

    build the executable

Readme

hs-plex

Execute a command, redirect stderr into stdout, and return the combined result (optionally, with a timeout). Irritatingly difficult to do using the "process" library.

portability

POSIX systems only.

stability

Probably bug-ridden. Will fix things as I find them.