/unite

Unite the output of multiple processes in a single screen.

Primary LanguageJavaScript

UNITE ✨

Bare-bones Terminal Multiplexer for Node.js

example usage

Installation

yarn add -D @gunar/unite

Usage

unite command1 command2 command3...

Related

  • kimmobrnfeldt/concurrently — Intertwines the output of each process, often becomes unreadable. (I was using this before)
  • rse/stmux — Proper terminal multiplexer. Allows input as well. Requires node-gyp. More powerful and hence more complex.