From ec74af8481349a96ce7c88d98b27aa2afeea390e Mon Sep 17 00:00:00 2001 From: Robin Hermann Date: Tue, 8 Jul 2025 15:26:40 +0200 Subject: [PATCH 1/2] feat: add kubernetes context switcher plugin --- ...witcher-a1b2c3d4-e5f6-7890-abcd-ef1234567890.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/Kubernetes Context Switcher-a1b2c3d4-e5f6-7890-abcd-ef1234567890.json diff --git a/plugins/Kubernetes Context Switcher-a1b2c3d4-e5f6-7890-abcd-ef1234567890.json b/plugins/Kubernetes Context Switcher-a1b2c3d4-e5f6-7890-abcd-ef1234567890.json new file mode 100644 index 000000000..4bd37c9a5 --- /dev/null +++ b/plugins/Kubernetes Context Switcher-a1b2c3d4-e5f6-7890-abcd-ef1234567890.json @@ -0,0 +1,12 @@ +{ + "ID": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", + "Name": "Kubernetes Context Switcher", + "Description": "Switch between Kubernetes contexts quickly using Flow Launcher. View current context, list all available contexts, and switch between them with ease.", + "Author": "Robin Hermann", + "Version": "1.0.1", + "Language": "csharp", + "Website": "https://github.com/r-studio/Flow.Launcher.Plugin.KubernetesContextSwitcher", + "UrlDownload": "https://github.com/R-Studio/Flow.Launcher.Plugin.KubernetesContextSwitcher/releases/download/v1.0.1/Flow.Launcher.Plugin.KubernetesContextSwitcher.zip", + "UrlSourceCode": "https://github.com/R-Studio/Flow.Launcher.Plugin.KubernetesContextSwitcher/tree/main", + "IcoPath": "https://cdn.jsdelivr.net/gh/R-Studio/Flow.Launcher.Plugin.KubernetesContextSwitcher@main/Images/k8s.png" +} \ No newline at end of file From d13469abc6b381e14becfe57b47851b4395865d5 Mon Sep 17 00:00:00 2001 From: Robin Hermann Date: Wed, 9 Jul 2025 23:03:34 +0200 Subject: [PATCH 2/2] fix: icopath (case) --- ...s Context Switcher-a1b2c3d4-e5f6-7890-abcd-ef1234567890.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Kubernetes Context Switcher-a1b2c3d4-e5f6-7890-abcd-ef1234567890.json b/plugins/Kubernetes Context Switcher-a1b2c3d4-e5f6-7890-abcd-ef1234567890.json index 4bd37c9a5..886df5920 100644 --- a/plugins/Kubernetes Context Switcher-a1b2c3d4-e5f6-7890-abcd-ef1234567890.json +++ b/plugins/Kubernetes Context Switcher-a1b2c3d4-e5f6-7890-abcd-ef1234567890.json @@ -8,5 +8,5 @@ "Website": "https://github.com/r-studio/Flow.Launcher.Plugin.KubernetesContextSwitcher", "UrlDownload": "https://github.com/R-Studio/Flow.Launcher.Plugin.KubernetesContextSwitcher/releases/download/v1.0.1/Flow.Launcher.Plugin.KubernetesContextSwitcher.zip", "UrlSourceCode": "https://github.com/R-Studio/Flow.Launcher.Plugin.KubernetesContextSwitcher/tree/main", - "IcoPath": "https://cdn.jsdelivr.net/gh/R-Studio/Flow.Launcher.Plugin.KubernetesContextSwitcher@main/Images/k8s.png" + "IcoPath": "https://cdn.jsdelivr.net/gh/R-Studio/Flow.Launcher.Plugin.KubernetesContextSwitcher@main/images/k8s.png" } \ No newline at end of file