claude-code
claude-code copied to clipboard
Windows Explorer Integration for Claude Code
A Windows Explorer context menu extension that adds "Open Claude Code here" to right-click menus for directories. Enables seamless launching of Claude Code in WSL from any Windows folder, with automatic path conversion from Windows paths to WSL mount points.
Key Features:
- Right-click integration for Windows 10/11
- Automatic Windows-to-WSL path conversion
- Handles directories with spaces
- Works with nvm-managed Node.js installations
- Windows 11 new/classic context menu support
Use Case: Perfect for Windows developers using WSL who want to quickly launch Claude Code in any project directory without manually navigating to it in the terminal.
Added code to show how it could be done. I'd like to suggest this to be added to the official documentation at least.