plex: run a subprocess, combining stdout and stderr

[ library, mit, system ] [ Propose Tags ]

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


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
buildexe

build the executable

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0.0
Change log CHANGELOG.md
Dependencies async, base (>=4.7 && <5), bytestring, deepseq, unix [details]
License MIT
Copyright 2018 phlummox
Author phlummox
Maintainer phlummox2@gmail.com
Category System
Home page https://github.com/phlummox/hs-plex#readme
Bug tracker https://github.com/phlummox/hs-plex/issues
Source repo head: git clone https://github.com/phlummox/hs-plex
Uploaded by phlummox at 2018-04-04T04:14:41Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables try-plex
Downloads 700 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-04-14 [all 1 reports]

Readme for plex-0.2.0.0

[back to package description]

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.