Skip to content

Quick Reference

ShortcutAction
Cmd+Shift+ATransform current clipboard content (global)
Cmd+Shift+HOpen clipboard history (global, customizable)
Cmd+QQuit application

Tip: The History shortcut can be changed in Settings → Keyboard Shortcuts.

  1. Look for the clipboard icon in your menu bar
  2. Click it to see available actions
  3. Select “Settings…” to configure
  1. Click menu bar icon → “Settings…”
  2. Select your AI provider from the dropdown
  3. Paste your API key
  4. For Vertex AI, also enter your Google Cloud Project ID
  5. Click “Save”
  1. Click menu bar icon → “Workflows…”
  2. Click the ”+” button to create a new workflow
  3. Give it a name and description
  4. Select trigger type (Code, Text, Error, URL)
  5. Choose an action (Explain, Summarize, Fix Grammar, etc.)
  6. Toggle “Auto-trigger” if you want it to run automatically
  7. Click “Save”

Manual:

  1. Copy text to clipboard
  2. Press Cmd+Shift+A or click menu bar icon
  3. Select desired transformation
  4. Choose “Copy” or “Replace”

Automatic:

  1. Enable “Auto-process clipboard changes” in Workflows
  2. Set specific workflows to auto-trigger
  3. Content matching the trigger automatically transforms
  • Claude (Anthropic)
  • OpenAI
  • Google Gemini
  • Google Vertex AI
  • OpenRouter
  • Cerebras
  • Together AI
  • z.ai

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
ActionUse Case
ExplainUnderstand code or complex concepts
SummarizeCondense long text or articles
Fix GrammarCorrect spelling and grammar
TranslateConvert text between languages
Search SolutionsFind answers to error messages
Generate CodeCreate code from descriptions
SimplifyMake text easier to understand
Custom PromptsUse your own instructions
Terminal window
# 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.sh
Terminal window
# Test DMG locally
open ClipboardRecast-v1.0.0.dmg
# Create git release tag
git tag -a v1.0.0 -m "Initial release"
git push origin v1.0.0
ProblemSolution
App not in menu barRestart app or check Activity Monitor
Hotkey not workingGrant accessibility permissions in System Preferences
API key errorVerify key is correct and account has quota
Transformations slowCheck internet connection and API provider status
”Can’t be opened” / damaged errorRun xattr -cr /Applications/ClipboardRecast.app in Terminal, then relaunch
  1. Download ClipboardRecast-v1.0.0.dmg
  2. Open the DMG file
  3. Drag ClipboardRecast to Applications folder
  4. First launch: Right-click app → choose “Open”
  5. Click “Open” in the dialog
  6. After first launch, open normally from Applications or Spotlight
  • macOS 13.0 (Ventura) or later
  • Internet connection (for AI transformations)
  • One AI provider API key
  • 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
ItemLocation
Application/Applications/ClipboardRecast.app
SettingsmacOS UserDefaults (system)
WorkflowsStored with settings
API KeysEncrypted in UserDefaults