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

Sort containees by type first, then by name #64

Open
thediveo opened this issue Jan 10, 2025 · 0 comments
Open

Sort containees by type first, then by name #64

thediveo opened this issue Jan 10, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@thediveo
Copy link
Collaborator

When using devcontainers, their container names might end up being sorted after the often multiple top-level processes inside this container: this makes it harder to quickly spot the container name after a wall of generic process names, such as "bash and "node".

Thus, sort containees not only lexicographically by their names, but sort them by their types first, such as in order of higher to lower precedence:

  1. containers (regardless of engine type)
  2. processes
  3. bind-mounts
@thediveo thediveo added the enhancement New feature or request label Jan 10, 2025
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

1 participant