open-cli-tools / open-cli-tools/concurrently
Add support for a grid layout
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.9k
- Forks
- 281
- Avg merge
- 17h 12m
- Merged PRs (30d)
- 1
Description
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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked commit and the issue's demo to understand the proposed grid behavior and the intended --grid option. Done means concurrently can display each process output in a grid layout without changing the existing output modes; the payload names no files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100