Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.52 KB

File metadata and controls

48 lines (37 loc) · 1.52 KB

Open Projects on Cursor, Windsurf or VSCode

A Raycast extension that allows you to quickly open your development projects in your preferred IDE (Cursor, Windsurf, or VSCode).

Features

  • 🔍 Automatically discovers projects by scanning for common project indicators:
    • Git repositories (.git)
    • Node.js projects (package.json)
    • Rust projects (Cargo.toml)
    • Go projects (go.mod)
    • Python projects (requirements.txt)
  • 🚀 Quick access to open projects in:
    • Visual Studio Code (⌘ + Return)
    • Windsurf (⌥ + Return)
    • Cursor (Return)
  • ⚙️ Configurable workspace path
  • 🎯 Project path display for easy reference

Installation

  1. Make sure you have Raycast installed
  2. Install the extension from the Raycast Store
  3. Ensure you have at least one of the supported IDEs installed:

Usage

  1. Open Raycast (default: ⌘ + Space)
  2. Search for "Open Projects"
  3. Select your project from the list
  4. Use the keyboard shortcuts or click to open in your preferred IDE:
    • VSCode: ⌘ + Return
    • Windsurf: ⌥ + Return
    • Cursor: Return

Configuration

You can configure the workspace path in the extension settings:

  1. Open Raycast Settings
  2. Navigate to Extensions > Open Projects
  3. Set your preferred workspace path (default: ~/Projects)

Contributing

Feel free to open issues or submit pull requests to improve this extension.