Add support for a grid layout
It would be nice to have the output of each process being shown inside a grid layout.
I have been playing around with concurrently and implemented something very simple:
https://github.com/lneves12/concurrently/commit/054cbd3dccecc42fedf8a107ad3f1dc7bc6220c6
Demo:

Just wondering if this is something you would like to have in this library. If yes, I can clean up that code and add it under a: "--grid" option.
What do you think? Any suggestion?
node-ncurses? holy cow ^^ but maybe a browser-based interface would be prettier?
- goldenlayout.js as window manager (also used on https://godbolt.org/ for example) - scroll back each process - select text per process - store command outputs in files
What would the output look like when there are many commands + a small terminal window?