A plugin for the Flow launcher that allows you to quickly open codebases using your IDE of choice (VS Code, Cursor, Zed, etc.).
-
Define the locations of folders that contain codebases in the plugin settings. These can be directories in Windows or in WSL.
Windows example:
C:\Users\patel\OneDrive\Desktop\gitWSL example:
/home/wsl/git -
Define the launch command for your IDE of choice.
Windows example:
codeWSL example:
cursor
Then, type c (or your chosen action keyword) and begin typing to fuzzy search for a repository.
Ensure you have .NET 10 installed on your machine.
You must have a Windows machine with the Flow launcher installed.
To run the plugin locally, make your changes and then run the debug.ps1 script. This will relaunch the Flow launcher with the plugin loaded.
To generate a release build, run the release.ps1 script and find it under the Flow.Launcher.Plugin.RepositoryQuickLauncher/bin/ directory.
