open-cli-tools / open-cli-tools/concurrently
Ability to limit the number of output lines for a process, similar to pnpm?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.9k
- Forks
- 281
- Avg merge
- 17h 12m
- Merged PRs (30d)
- 1
Description
I think this could easily be achieved in user-space / outside of concurrently, if the JS API had a way to configure a separate output stream per process? maybe?
pnpm has a max of 10 lines per process when it's running things in parallel:

would be super cool if I could do this with my own scripts via concurrently some how.
It seems there is a max of 10 lines per process?

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 inspecting concurrently's TypeScript JavaScript API and the process output handling mentioned in the issue. Clarify whether the desired behavior is a configurable per-process line limit or separate output streams, then define how the limit should work before identifying the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100