-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Toggle visibility of disabled services #133
Labels
enhancement
New feature or request
Comments
Hi @jankramer, Some additional alternatives should be considered:
If none of that works for your use case. What shortcut would you recommend for the proposed toggle? |
Hi @F1bonacc1, Thanks for the suggestions!
If the shortcut |
Added in v0.85.0. |
Awesome, just tried it out, and it works great. Thanks for your efforts! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
It would be great if we could toggle the visibility of disabled services at run-time.
Use Case:
I love the feature introduced in #123. However, in one of the projects I use process-compose, there are around 200 processes. Of these services, typically only a handful are actually running. Before v0.77.8, the process overview would be very clear, but now with all the disabled processes it is less readable.
Proposed Change:
If a user would be able to toggle the visibility of disabled processes, this would allow the overview to remain clear during normal use, and if we want to start an additional process that wasn't started yet, you can easily use the toggle to find and start the process, without having to restart every service.
Who Benefits From The Change(s)?
Users with many processes that typically only run a small subset.
Alternative Approaches
Sorting the process list by PID does group the processes that are currently running, but that prevents users from sorting by any other column.
The text was updated successfully, but these errors were encountered: