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

Container list does not show names if terminal width is too narrow #14

Open
ceymard opened this issue May 18, 2016 · 5 comments
Open

Container list does not show names if terminal width is too narrow #14

ceymard opened this issue May 18, 2016 · 5 comments

Comments

@ceymard
Copy link

ceymard commented May 18, 2016

As container names help (a lot) to identify which container I'm working with, not seeing them as they come last and my terminal is too narrow is a problem.

Could it be possible to ;

  • Show the names before the container id (I never understood why this comes first in docker ps as it has no informational value to me)
  • Have the left and right arrow keys bound to move the buffer just like ps | less -S would allow

Very nice interface though, like it a lot.

@moncho
Copy link
Owner

moncho commented May 18, 2016

Great that you like the tool :)

I am not sure how to solve this. I would prefer to keep the container list similar to how docker ps shows information, at least for now.

Moving the buffer with left and right arrows is a good idea, but it will take some time to implement.

What if sorting (F1) will also reorder columns so it shows first the one being used to sort?

@ceymard
Copy link
Author

ceymard commented May 19, 2016

That would be acceptable, yes. But won't that surprise users to see columns moving around ?

@moncho
Copy link
Owner

moncho commented May 22, 2016

Yes, you are probably right, it might feel strange.

Not sure how to fix the problem. Ideas and contributions are very welcome :)

@ceymard
Copy link
Author

ceymard commented May 22, 2016

It might be a little involved, but how about something like htop, where the columns and their order is actually configurable directly in the tool ?

@ghost
Copy link

ghost commented Aug 13, 2016

I would recommend move those to a fixed right menu? Set the main window with a scrollable event. I believe this could be easier than try to create an resize event to break down the bottom list?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants