Raycast extension for browsing and managing development projects with automatic framework detection.
Requires a running project-index API backend.
- Hierarchical folder navigation
- Global search across all projects
- Framework detection (Node, Python, Go, Rust, etc.)
- Git status indicators
- Quick actions: open in IDE, terminal, or run dev commands
| Preference | Description |
|---|---|
| Project Index API | URL of the project-index API (default: http://localhost:47891) |
| Scan Directories | Comma-separated directories to scan |
git clone https://github.com/doublej/project-scanner
cd project-scanner
npm install
npm run devMIT