From 223867ad3e7820e456f0e7d9a694d7e22551b152 Mon Sep 17 00:00:00 2001 From: Sajin Date: Tue, 2 Sep 2025 15:34:03 +0530 Subject: [PATCH 1/3] Add WSL File Search plugin to store --- ...eSearch-e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/WSLFileSearch-e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41.json diff --git a/plugins/WSLFileSearch-e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41.json b/plugins/WSLFileSearch-e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41.json new file mode 100644 index 000000000..7d44e8bd0 --- /dev/null +++ b/plugins/WSLFileSearch-e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41.json @@ -0,0 +1,12 @@ +{ + "ID": "e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41", + "Name": "WSL File Search", + "Description": "Search files inside WSL using fd with seamless Windows integration", + "Author": "Sajxx", + "Version": "1.2.1", + "Language": "python", + "Website": "https://github.com/sajxx/WSL-File-Search", + "UrlDownload": "https://github.com/sajxx/WSL-File-Search/releases/download/v1.2.1/Flow.Launcher.Plugin.WSLSearch.zip", + "UrlSourceCode": "https://github.com/sajxx/WSL-File-Search", + "IcoPath": "https://cdn.jsdelivr.net/gh/sajxx/WSL-File-Search@main/icon.png" +} \ No newline at end of file From 67685784d6555ae746347ffb2dbb3a31d65374d0 Mon Sep 17 00:00:00 2001 From: Sajin Date: Wed, 3 Sep 2025 11:41:41 +0530 Subject: [PATCH 2/3] fix: correct plugin manifest filename and download URL - Rename manifest file to match plugin name 'WSL File Search' - Update download URL to use automated release artifacts - Ensure filename follows Flow Launcher naming conventions --- ... Search-e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/WSL File Search-e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41.json diff --git a/plugins/WSL File Search-e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41.json b/plugins/WSL File Search-e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41.json new file mode 100644 index 000000000..d62fa6339 --- /dev/null +++ b/plugins/WSL File Search-e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41.json @@ -0,0 +1,12 @@ +{ + "ID": "e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41", + "Name": "WSL File Search", + "Description": "Search files inside WSL using fd with seamless Windows integration", + "Author": "Sajxx", + "Version": "1.2.2", + "Language": "python", + "Website": "https://github.com/sajxx/WSL-File-Search", + "UrlDownload": "https://github.com/sajxx/WSL-File-Search/releases/download/v1.2.2/WSL.File.Search.zip", + "UrlSourceCode": "https://github.com/sajxx/WSL-File-Search", + "IcoPath": "https://cdn.jsdelivr.net/gh/sajxx/WSL-File-Search@main/icon.png" +} \ No newline at end of file From 08d0a9f6ab70f6ed6b0a7c1568b008abd44c1872 Mon Sep 17 00:00:00 2001 From: Sajin Date: Wed, 3 Sep 2025 11:51:46 +0530 Subject: [PATCH 3/3] removed old manifest file --- ...eSearch-e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 plugins/WSLFileSearch-e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41.json diff --git a/plugins/WSLFileSearch-e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41.json b/plugins/WSLFileSearch-e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41.json deleted file mode 100644 index 7d44e8bd0..000000000 --- a/plugins/WSLFileSearch-e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "ID": "e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41", - "Name": "WSL File Search", - "Description": "Search files inside WSL using fd with seamless Windows integration", - "Author": "Sajxx", - "Version": "1.2.1", - "Language": "python", - "Website": "https://github.com/sajxx/WSL-File-Search", - "UrlDownload": "https://github.com/sajxx/WSL-File-Search/releases/download/v1.2.1/Flow.Launcher.Plugin.WSLSearch.zip", - "UrlSourceCode": "https://github.com/sajxx/WSL-File-Search", - "IcoPath": "https://cdn.jsdelivr.net/gh/sajxx/WSL-File-Search@main/icon.png" -} \ No newline at end of file