-
-
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
feat: add splashless option to suppress splash screen on start #3110
base: master
Are you sure you want to change the base?
Conversation
Thank you. This is how it should be. Have switched to your branch. |
This seems more like a feature for k9s-pro or sponsors? OSS is tough, we need to support maintainers for the value they create for us. |
Thanks @alexellis for pointing me at the sponsorships. Wasn't aware. Done. |
I'd certainly see your point if it was a donation nag screen, or something that was obviously benefiting the maintainers, but it's literally just this: Is it really a value to the maintainers for users to see this at each launch? |
Please don't make OSS software crippleware. This hurts everyone. It's such a bad pattern. I know the guy recommending this is putting even more controversial restrictions on the users of some of his OSS projects, but that doesn't make it any better. (This is not meant against maintainers. For years I have been given ca. 2% of my salary after taxes to OSS projects. And have rooted at every place that I have worked for buying commercial support and OSS based products. I don't sponsor this project as I currently don't use k8s, but will give at least a one time donation once it becomes relevant to me). |
This PR adds a
ui.splashless
option and corresponding--splashless
flag to suppress the K9s startup splash screen. The default behavior is to continue showing the splash screen.Fixes #1911