-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add config to disable the splash screen #1911
Comments
Hi Mario! Have you tried to run |
Hi @slimus , thanks for the heads-up about the |
I see. We collect some data from your cluster while showing a splash screen. Do you want to see a black screen instead or do you want to speed it up? |
I'm running against a local minikube cluster on Docker, so most queries should be really quick. From what I understood of the source code, it's a fixed 1s splash screen. I can appreciate from a UX perspective a "splash" screen that disappears very quickly could be a jarring experience out-of-the-box. If it's not possible to render the main UI without the contextual information, I would be fine with a black or "loading" screen that I knew would disappear as soon as possible. I'd be fine with the splash screen too, if I could configure it to go away as soon as the data is ready. |
I really like the ascii art, but would be fantastic to have a command line switch or option that disables the splash screen so that I can make quick changes when developing without waiting for it to display and disappear. |
Is your feature request related to a problem? Please describe.
When I launch k9s, I want to be able to execute commands immediately, like
:services
or something of the sort. The splash screen slows me down.Describe the solution you'd like
I would love a configuration setting that I can set to
false
. For instanceenableSplash
.Describe alternatives you've considered
Forking the code and eliminating the splash screen.
The text was updated successfully, but these errors were encountered: