https://github.com/stephendolan/raycast-claude-code-opener
https://github.com/stephendolan/raycast-claude-code-opener
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stephendolan/raycast-claude-code-opener
- Owner: stephendolan
- Created: 2025-08-19T19:53:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-28T20:51:20.000Z (10 months ago)
- Last Synced: 2025-08-29T02:07:12.140Z (10 months ago)
- Language: TypeScript
- Size: 14.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Claude Code Launcher
Instantly open your favorite projects in Claude Code from Raycast.
## What it does
This extension lets you save your most-used project directories and open them in Claude Code with a single keystroke. No more navigating through terminal or finder - just hit your Raycast hotkey, type a few letters of your project name, and you're vibing.
## Getting Started
1. **Install from Raycast Store** - Search for "Claude Code Launcher"
3. **Add your projects** - Press `⌘N` and add directories you work with frequently
4. **Start coding faster** - Search and open any project instantly
## Key Features
- Give projects memorable names instead of remembering paths
- Projects you use most appear at the top automatically
- Fuzzy search finds projects instantly as you type
- One keypress to open in Claude Code
- Respects your shell configuration
## Common Questions
**Where do I get Claude Code?**
Visit [claude.ai/code](https://claude.ai/code) to download and install Claude Code.
**Can I use a different terminal?**
Currently supports Terminal.app and Alacritty. PRs are welcome for additional terminal support.
**Projects not showing up?**
Make sure you've added them first with `⌘N`. The extension only shows directories you've explicitly saved as favorites.
**Claude Code won't open?**
Check that `claude` is in your PATH. Run `which claude` in terminal to verify.