elegantchaos/XPkg

Hook up stdin / stdout

Opened this issue · 0 comments

Some install scripts may need input.

An example is xpkg-homebrew, which installs homebrew.

It would be good to hook things up so that stdin was wired through to the sub-processes that we launch.

This will also require running scripts asynchronously, so that the output is echoed early enough - so that prompts etc show.