@gunar/unite
v1.2.3
Published
Unite the output of multiple processes in a single screen.
Downloads
11
Maintainers
Readme
UNITE ✨
Bare-bones Terminal Multiplexer for Node.js
Installation
yarn add -D 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.