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

Restart process on fly

Open
#239 3 comments 4 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

Hi

I'm troubling with restarting a single process without stopping any other process that are running under concurrently. I have to restart concurrently all over again each time a process needs to be reloaded.

I think there is no command to restart a process by it's index number or maybe name while all processes are running.
An option like, nodemon's rs + Enter command that allows you to restart.

I think, using the same approach but with additionals would be good to have.
Something like:

  • rs to restart all
  • rs 1 by index number
  • rs "watch" by name. Not sure but this one maybe cause issues with processes that may have named with numbers only.

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

No files or tests are named. Start by tracing the CLI's interactive input and process-management entry points, then define how rs, rs 1, and rs "watch" should resolve targets; done means one selected process can restart without stopping the others, while rs still restarts all.

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
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.