From 9a39d7d0b6be2478d14872f5b0bc471065b1cf62 Mon Sep 17 00:00:00 2001 From: cibere <71997063+cibere@users.noreply.github.com> Date: Sat, 8 Feb 2025 16:13:58 -0800 Subject: [PATCH 1/3] add UvxPy plugin --- .../UvxPy-e4b82cb4-a09a-418a-bb8c-75153379a54c.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/UvxPy-e4b82cb4-a09a-418a-bb8c-75153379a54c.json diff --git a/plugins/UvxPy-e4b82cb4-a09a-418a-bb8c-75153379a54c.json b/plugins/UvxPy-e4b82cb4-a09a-418a-bb8c-75153379a54c.json new file mode 100644 index 000000000..92bd7a360 --- /dev/null +++ b/plugins/UvxPy-e4b82cb4-a09a-418a-bb8c-75153379a54c.json @@ -0,0 +1,12 @@ +{ + "ID": "e4b82cb4-a09a-418a-bb8c-75153379a54c", + "Name": "UvxPy", + "Description": "a thin wrapper over uv's tooling management", + "Author": "cibere", + "Version": "0.0.1", + "Language": "python_v2", + "Website": "https://github.com/author/Flow.Launcher.Plugin.uvx-py", + "IcoPath": "https://cdn.jsdelivr.net/gh/cibere/Flow.Laucher.Plugin.uvxpy@master/assets/app.png", + "UrlDownload": "https://github.com/cibere/Flow.Laucher.Plugin.uvxpy/releases/download/v0.0.1/Flow.Laucher.Plugin.uvxpy.zip", + "UrlSourceCode": "https://github.com/author/Flow.Launcher.Plugin.uvx-py" +} \ No newline at end of file From ff309f4b023ea2c5406b9caaf0678af12c0247af Mon Sep 17 00:00:00 2001 From: cibere <71997063+cibere@users.noreply.github.com> Date: Sat, 8 Feb 2025 16:15:26 -0800 Subject: [PATCH 2/3] fix links --- plugins/UvxPy-e4b82cb4-a09a-418a-bb8c-75153379a54c.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/UvxPy-e4b82cb4-a09a-418a-bb8c-75153379a54c.json b/plugins/UvxPy-e4b82cb4-a09a-418a-bb8c-75153379a54c.json index 92bd7a360..0850a9d83 100644 --- a/plugins/UvxPy-e4b82cb4-a09a-418a-bb8c-75153379a54c.json +++ b/plugins/UvxPy-e4b82cb4-a09a-418a-bb8c-75153379a54c.json @@ -5,8 +5,8 @@ "Author": "cibere", "Version": "0.0.1", "Language": "python_v2", - "Website": "https://github.com/author/Flow.Launcher.Plugin.uvx-py", + "Website": "https://github.com/author/Flow.Launcher.Plugin.uvxpy", "IcoPath": "https://cdn.jsdelivr.net/gh/cibere/Flow.Laucher.Plugin.uvxpy@master/assets/app.png", "UrlDownload": "https://github.com/cibere/Flow.Laucher.Plugin.uvxpy/releases/download/v0.0.1/Flow.Laucher.Plugin.uvxpy.zip", - "UrlSourceCode": "https://github.com/author/Flow.Launcher.Plugin.uvx-py" + "UrlSourceCode": "https://github.com/author/Flow.Launcher.Plugin.uvxpy" } \ No newline at end of file From 4ce00cd6f29740594563dc1b9d8bd7d26221ea39 Mon Sep 17 00:00:00 2001 From: cibere <71997063+cibere@users.noreply.github.com> Date: Sat, 8 Feb 2025 16:18:34 -0800 Subject: [PATCH 3/3] fix typo in UvxPy plugin repo links --- plugins/UvxPy-e4b82cb4-a09a-418a-bb8c-75153379a54c.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/UvxPy-e4b82cb4-a09a-418a-bb8c-75153379a54c.json b/plugins/UvxPy-e4b82cb4-a09a-418a-bb8c-75153379a54c.json index 0850a9d83..86facbc8d 100644 --- a/plugins/UvxPy-e4b82cb4-a09a-418a-bb8c-75153379a54c.json +++ b/plugins/UvxPy-e4b82cb4-a09a-418a-bb8c-75153379a54c.json @@ -5,8 +5,8 @@ "Author": "cibere", "Version": "0.0.1", "Language": "python_v2", - "Website": "https://github.com/author/Flow.Launcher.Plugin.uvxpy", - "IcoPath": "https://cdn.jsdelivr.net/gh/cibere/Flow.Laucher.Plugin.uvxpy@master/assets/app.png", - "UrlDownload": "https://github.com/cibere/Flow.Laucher.Plugin.uvxpy/releases/download/v0.0.1/Flow.Laucher.Plugin.uvxpy.zip", - "UrlSourceCode": "https://github.com/author/Flow.Launcher.Plugin.uvxpy" + "Website": "https://github.com/cibere/Flow.Launcher.Plugin.uvxpy", + "IcoPath": "https://cdn.jsdelivr.net/gh/cibere/Flow.Launcher.Plugin.uvxpy@master/assets/app.png", + "UrlDownload": "https://github.com/cibere/Flow.Launcher.Plugin.uvxpy/releases/download/v0.0.1/Flow.Launcher.Plugin.uvxpy.zip", + "UrlSourceCode": "https://github.com/cibere/Flow.Launcher.Plugin.uvxpy" } \ No newline at end of file