Quick Reference
Keyboard Shortcuts
Section titled “Keyboard Shortcuts”| Shortcut | Action |
|---|---|
Cmd+Shift+A | Transform current clipboard content (global) |
Cmd+Shift+H | Open clipboard history (global, customizable) |
Cmd+Q | Quit application |
Tip: The History shortcut can be changed in Settings → Keyboard Shortcuts.
Common Tasks
Section titled “Common Tasks”Accessing the App
Section titled “Accessing the App”- Look for the clipboard icon in your menu bar
- Click it to see available actions
- Select “Settings…” to configure
Adding Your API Key
Section titled “Adding Your API Key”- Click menu bar icon → “Settings…”
- Select your AI provider from the dropdown
- Paste your API key
- For Vertex AI, also enter your Google Cloud Project ID
- Click “Save”
Creating a Workflow
Section titled “Creating a Workflow”- Click menu bar icon → “Workflows…”
- Click the ”+” button to create a new workflow
- Give it a name and description
- Select trigger type (Code, Text, Error, URL)
- Choose an action (Explain, Summarize, Fix Grammar, etc.)
- Toggle “Auto-trigger” if you want it to run automatically
- Click “Save”
Transforming Text
Section titled “Transforming Text”Manual:
- Copy text to clipboard
- Press
Cmd+Shift+Aor click menu bar icon - Select desired transformation
- Choose “Copy” or “Replace”
Automatic:
- Enable “Auto-process clipboard changes” in Workflows
- Set specific workflows to auto-trigger
- Content matching the trigger automatically transforms
Supported AI Providers
Section titled “Supported AI Providers”- Claude (Anthropic)
- OpenAI
- Google Gemini
- Google Vertex AI
- OpenRouter
- Cerebras
- Together AI
- z.ai
Content Types
Section titled “Content Types”The app can detect and handle:
- Code - Programming code in any language
- Error Messages - Stack traces and error output
- URLs - Web links and addresses
- Text - General text content
- Custom - Keyword-based matching
Built-in Actions
Section titled “Built-in Actions”| Action | Use Case |
|---|---|
| Explain | Understand code or complex concepts |
| Summarize | Condense long text or articles |
| Fix Grammar | Correct spelling and grammar |
| Translate | Convert text between languages |
| Search Solutions | Find answers to error messages |
| Generate Code | Create code from descriptions |
| Simplify | Make text easier to understand |
| Custom Prompts | Use your own instructions |
Distribution Commands
Section titled “Distribution Commands”# Build the application./build.sh
# Create simple DMG installer./create-dmg.sh
# Create fancy DMG with layout./create-fancy-dmg.sh
# Create ZIP package./sign-and-package.shTesting Commands
Section titled “Testing Commands”# Test DMG locallyopen ClipboardRecast-v1.0.0.dmg
# Create git release taggit tag -a v1.0.0 -m "Initial release"git push origin v1.0.0Troubleshooting Quick Fixes
Section titled “Troubleshooting Quick Fixes”| Problem | Solution |
|---|---|
| App not in menu bar | Restart app or check Activity Monitor |
| Hotkey not working | Grant accessibility permissions in System Preferences |
| API key error | Verify key is correct and account has quota |
| Transformations slow | Check internet connection and API provider status |
| ”Can’t be opened” / damaged error | Run xattr -cr /Applications/ClipboardRecast.app in Terminal, then relaunch |
First Installation (macOS)
Section titled “First Installation (macOS)”- Download
ClipboardRecast-v1.0.0.dmg - Open the DMG file
- Drag ClipboardRecast to Applications folder
- First launch: Right-click app → choose “Open”
- Click “Open” in the dialog
- After first launch, open normally from Applications or Spotlight
System Requirements
Section titled “System Requirements”- macOS 13.0 (Ventura) or later
- Internet connection (for AI transformations)
- One AI provider API key
Privacy & Data
Section titled “Privacy & Data”- API keys stored locally in macOS UserDefaults
- No data collection
- No network traffic except to your chosen AI provider
- Clipboard access only when you trigger transformations
File Locations
Section titled “File Locations”| Item | Location |
|---|---|
| Application | /Applications/ClipboardRecast.app |
| Settings | macOS UserDefaults (system) |
| Workflows | Stored with settings |
| API Keys | Encrypted in UserDefaults |