-
Notifications
You must be signed in to change notification settings - Fork 152
Add WSL File Search Plugin #547
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name here has to match the name in this file's name. fyi: The filename can include spaces
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
- 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
Changes Made✅ Fixed Plugin Manifest Naming Issue
✅ Resolved Dependency Management Issue
📋 Testing
This resolves both issues raised in the previous review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
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.