{"id":34852668,"url":"https://github.com/plfavreau/windsurf-flow-launcher-plugin","last_synced_at":"2026-05-25T09:05:07.902Z","repository":{"id":323305387,"uuid":"1092346649","full_name":"plfavreau/windsurf-flow-launcher-plugin","owner":"plfavreau","description":"A Flow Launcher plugin to quickly find and open recent Windsurf workspaces and remote SSH machines.","archived":false,"fork":false,"pushed_at":"2025-12-03T07:00:07.000Z","size":812,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-04T23:36:16.535Z","etag":null,"topics":["development","flow-launcher","flow-launcher-plugins","productivity-tools","windsurf"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plfavreau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-08T13:09:49.000Z","updated_at":"2025-12-03T07:00:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/plfavreau/windsurf-flow-launcher-plugin","commit_stats":null,"previous_names":["plfavreau/windsurf-flow-launcher-plugin"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/plfavreau/windsurf-flow-launcher-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plfavreau%2Fwindsurf-flow-launcher-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plfavreau%2Fwindsurf-flow-launcher-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plfavreau%2Fwindsurf-flow-launcher-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plfavreau%2Fwindsurf-flow-launcher-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plfavreau","download_url":"https://codeload.github.com/plfavreau/windsurf-flow-launcher-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plfavreau%2Fwindsurf-flow-launcher-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28035523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-25T02:00:05.988Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["development","flow-launcher","flow-launcher-plugins","productivity-tools","windsurf"],"created_at":"2025-12-25T19:28:27.200Z","updated_at":"2025-12-25T19:28:28.879Z","avatar_url":"https://github.com/plfavreau.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"icon.png\" alt=\"Windsurf Workspaces\" width=\"120\"/\u003e\n  \n  # Windsurf Workspaces Plugin for Flow Launcher\n\u003c/div\u003e\n\nA Flow Launcher plugin to quickly find and open recent Windsurf workspaces and remote SSH machines.\n\n## Features\n\n- 🔎 **Quick Search**: Open recent Windsurf workspaces with just a few keystrokes\n- 🌐 **Remote Support**: Connect to SSH remote machines configured in Windsurf\n- 💾 **Cached Results**: Fast performance with caching\n\n## Installation\n\n### Prerequisites\n\n- [Flow Launcher](https://www.flowlauncher.com/) installed\n- [Node.js](https://nodejs.org/) (v16 or higher)\n- [Windsurf](https://windsurf.com/) installed\n\n### Steps\n\n1. Clone or download this repository\n2. Navigate to the plugin directory:\n   ```bash\n   cd flow-plugin-windsurf\n   ```\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n4. Build the plugin:\n   ```bash\n   npm run build\n   ```\n5. Zip the entire repository\n6. In Flow Launcher \u003e Plugins Store \u003e Install from file, select the zip file\n7. Restart Flow Launcher\n\n## Usage\n\n1. Open Flow Launcher (default: `Alt + Space`)\n2. Type `w` (or your configured action keyword) followed by a space\n3. Start typing to filter workspaces:\n   - Type part of a workspace name or path\n   - Select a workspace and press Enter to open it in Windsurf\n\n## Configuration\n\nThe plugin automatically detects:\n\n- Windsurf installation location\n- Recent workspace history from Windsurf's database\n- SSH remote machines from your SSH config\n\n## How It Works\n\nThe plugin:\n\n1. Locates Windsurf installations on your system\n2. Reads workspace history from Windsurf's SQLite database (`state.vscdb`)\n3. Parses SSH configuration for remote machines\n4. Caches results for fast subsequent queries\n5. Launches Windsurf with the selected workspace URI\n\n## Development\n\n### Building locally\n\n```bash\n# Install dependencies\nnpm install\n\n# Build the TypeScript code\nnpm run build\n\n# Package for distribution\nnpm run package\n```\n\n### Automated Release\n\nThis project uses GitHub Actions for automated build and release. The workflow:\n\n- **Triggers**: On push to main branch or manual workflow dispatch\n- **Builds**: Compiles TypeScript code using `npm run build`\n- **Packages**: Creates a zip file with the plugin\n- **Releases**: Automatically creates a GitHub release with the version from `plugin.json`\n\nTo release a new version:\n\n1. Update the version in `plugin.json`\n2. Push to the main branch\n3. The workflow will automatically create a release with the new version\n\n## Troubleshooting\n\n### Plugin doesn't show any workspaces\n\n- Ensure Windsurf is installed and you've opened at least one workspace\n- Check that the Windsurf executable is in your PATH or in a standard location\n- Verify the AppData folder exists: `%APPDATA%\\Windsurf`\n\n### Remote machines not showing\n\n- Ensure you have SSH remote machines configured in Windsurf\n- Check that `remote.SSH.configFile` is set in Windsurf's settings.json\n- Verify your SSH config file exists and is properly formatted\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplfavreau%2Fwindsurf-flow-launcher-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplfavreau%2Fwindsurf-flow-launcher-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplfavreau%2Fwindsurf-flow-launcher-plugin/lists"}