multiview

Spawn multiple processes and channel their outputs into separate little column views.

MIT License

Downloads
4.4K
Stars
90
Committers
4
multiview - 3.0.0 - Improve management of subprocesses Latest Release

Published by arjunmehta about 5 years ago

This release changes the way Multiview kills its subprocesses and their subprocesses when it exits. See https://github.com/arjunmehta/multiview/issues/10

This may be a breaking change for some people in that it is a little more aggressive in killing subprocesses and their children that might have previously been left running.

multiview - 2.5.3 - Better Windows support

Published by arjunmehta over 7 years ago

Spawing commands and batch processes in windows should now work as expected.

multiview - 2.5.1 - Buffer size control

Published by arjunmehta over 7 years ago

  • Control the buffer size for process outputs.
  • Some bug fixes for piped instances
  • Upgrade event-transmitter module
multiview - 2.4.0 - Switch to event-transmitter

Published by arjunmehta over 7 years ago

event-transmitter does essentially what stream-headerfooter does, but no longer uses buffertools.
It means that multiview will not work with versions of node older than v1.5.0.