concurrently icon indicating copy to clipboard operation
concurrently copied to clipboard

Add support for a grid layout

Open lneves12 opened this issue 5 years ago • 2 comments

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:

video_concurrently

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?

lneves12 avatar Nov 04 '20 13:11 lneves12

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

milahu avatar May 08 '21 07:05 milahu

What would the output look like when there are many commands + a small terminal window?

gustavohenke avatar May 07 '22 08:05 gustavohenke