Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Supervisor-esque way to foreground a background process #165

Open
knpwrs opened this issue Mar 22, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@knpwrs
Copy link

knpwrs commented Mar 22, 2024

Feature Request

Use Case:

We currently use https://github.com/Supervisor/supervisor for our process composition in our nix-powered development setup. A common workflow for us is to stick a byebug statement in our rails app, foreground the running process with supervisorctl fg rails, and interact with the shell presented by byebug. Pressening ctrl-c backgrounds the process again.

Proposed Change:

Allow a background process to be foregrounded, and then backgrounded again (ctrl-c).

Who Benefits From The Change(s)?

Anyone who needs to interact with a process that is running in the background.

Alternative Approaches

@F1bonacc1 F1bonacc1 added the enhancement New feature or request label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants