Add WSL File Search Plugin#547
Merged
Merged
Conversation
cibere
previously requested changes
Sep 2, 2025
Member
cibere
left a comment
There was a problem hiding this comment.
Please build your plugin's dependencies in your release/publish workflow instead of pushing them directly to your repository.
| @@ -0,0 +1,12 @@ | |||
| { | |||
| "ID": "e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41", | |||
| "Name": "WSL File Search", | |||
Member
There was a problem hiding this comment.
The name here has to match the name in this file's name. fyi: The filename can include spaces
- 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
Contributor
Author
Changes Made✅ Fixed Plugin Manifest Naming Issue
✅ Resolved Dependency Management Issue
📋 Testing
This resolves both issues raised in the previous review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the WSL File Search plugin to the Flow Launcher plugin store. It enables users to quickly search and open files within their Windows Subsystem for Linux (WSL) environment directly from Flow Launcher, leveraging the efficient
fd(fdfind) tool for fast file discovery.Key features include:
This plugin is particularly useful for developers working in hybrid Windows/WSL environments, streamlining file navigation without leaving the launcher.