open-cli-tools / open-cli-tools/concurrently

Ability to limit the number of output lines for a process, similar to pnpm?

Open
#412 2 comments 0 reactions 0 assignees View on GitHub

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:
image

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?
image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.