mrjackwills / oxker

A simple tui to view & control docker containers
MIT License
727 stars 24 forks source link

[NEW FEATURE] put container name next to Logs title #16

Closed mrjackwills closed 2 years ago

mrjackwills commented 2 years ago

Describe the solution you'd like Instead of "Logs 120/300", show "Logs 120/300 - my_container_name"

Additional context Uses up more screen space, although currently is a border so shouldn't matter. Would need to make sure that container name isn't too long, maybe just accept first 32 chars of container name?