open-cli-tools / open-cli-tools/concurrently
Restart process on fly
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:
rsto restart allrs 1by index numberrs "watch"by name. Not sure but this one maybe cause issues with processes that may have named with numbers only.
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
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