Replies: 2 comments
|
This makes sense; let us start with sofka: /, use all for all namespaces, update the title when either changes, add an option to disable it, define title cleanup on exit, and leave the pod title during exec for a later change. Creating an issue. |
0 replies
|
Merged to main, will be in the next release! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Feature
Using crossterm's
SetTitle, set the terminal window title so the tab or window always tells you which cluster and namespace a pane is looking at.With several sofka terminal tabs open, the title currently says nothing about what a pane is showing.
Suggestions
When sofka starts set the title to
sofka: <cluster>/<namespace>and update it as the namespace or context changes.Optionally: when exec'ing into a pod, the title would becomed
sofka: <pod>@<cluster>/<namespace>and be restored to the original title when the shell exits.All reactions