Quick Start
Quick Start Guide
Section titled “Quick Start Guide”This guide will help you start using Clipboard Recast effectively within minutes.
Prerequisites
Section titled “Prerequisites”Before starting, make sure you have:
- ✅ Installed Clipboard Recast (Installation Guide)
- ✅ Configured your AI provider (Setup Guide)
- ✅ Granted necessary permissions (Accessibility and Clipboard access)
Your First Transformation
Section titled “Your First Transformation”Let’s perform your first AI-powered clipboard transformation:
Step 1: Copy Some Content
Section titled “Step 1: Copy Some Content”Copy this sample code to your clipboard:
func calculateTotal(items: [Item]) -> Double { return items.reduce(0) { $0 + $1.price }}Step 2: Trigger the Transformation
Section titled “Step 2: Trigger the Transformation”Press Cmd+Shift+A (or click the Clipboard Recast menu bar icon and select “Clipboard Actions”)
Step 3: Select an Action
Section titled “Step 3: Select an Action”Choose “Explain” from the list of actions
Step 4: View the Result
Section titled “Step 4: View the Result”A window will appear showing the AI-generated explanation of the code.
Step 5: Use the Result
Section titled “Step 5: Use the Result”You can now:
- Click Copy to copy the explanation to clipboard
- Click Replace to replace your clipboard content with the explanation
- Close the window to keep your original clipboard content
🎉 Congratulations! You just performed your first AI transformation!
Common Use Cases
Section titled “Common Use Cases”For Developers
Section titled “For Developers”Understand Complex Code
- Copy any code snippet
- Press
Cmd+Shift+A→ Select “Explain” - Get a plain-English explanation
Debug Errors
- Copy an error message or stack trace
- Press
Cmd+Shift+A→ Select “Search Solutions” - Get debugging suggestions and solutions
Generate Code
- Copy a description of what you need
- Press
Cmd+Shift+A→ Select “Generate Code” - Get working code based on your description
For Writers
Section titled “For Writers”Fix Grammar
- Copy your draft text
- Press
Cmd+Shift+A→ Select “Fix Grammar” - Get grammatically correct text
Summarize Long Content
- Copy a long article or document
- Press
Cmd+Shift+A→ Select “Summarize” - Get key points and main ideas
Simplify Complex Text
- Copy technical or complex text
- Press
Cmd+Shift+A→ Select “Simplify” - Get easier-to-read version
For Students
Section titled “For Students”Understand Difficult Concepts
- Copy complex text from your textbook
- Press
Cmd+Shift+A→ Select “Explain” - Get a clearer explanation
Study More Efficiently
- Copy your notes
- Press
Cmd+Shift+A→ Select “Summarize” - Get condensed study material
Translate Text
- Copy text in another language
- Press
Cmd+Shift+A→ Select “Translate” - Get English translation
Keyboard Shortcuts
Section titled “Keyboard Shortcuts”Master these shortcuts to work faster:
Cmd+Shift+A: Transform current clipboard content (works globally)Cmd+Shift+H: Open clipboard history (works globally, default — customizable in Settings)Cmd+Q: Quit application
Settings, Workflows, and MCP Servers are accessible from the menu bar icon.
Creating Your First Workflow
Section titled “Creating Your First Workflow”Workflows automate transformations based on content type. Let’s create one:
Example: Auto-Debug Errors
Section titled “Example: Auto-Debug Errors”- Click the Clipboard Recast menu bar icon
- Select “Workflows…”
- Click “Add Workflow”
- Configure:
- Name: Debug Errors
- Enabled: ✓
- Trigger Type: Error
- Action: Search Solutions
- Auto-trigger: ✓
- Click “Save”
Now whenever you copy an error message, Clipboard Recast will automatically search for solutions!
Example: Explain Code Manually
Section titled “Example: Explain Code Manually”- Open Workflows window
- Add a new workflow:
- Name: Explain Code
- Enabled: ✓
- Trigger Type: Code
- Action: Explain
- Auto-trigger: ✗ (leave unchecked)
- Save the workflow
This workflow will appear in your actions menu when you have code on your clipboard.
Tips for Effective Use
Section titled “Tips for Effective Use”1. Works Everywhere
Section titled “1. Works Everywhere”Clipboard Recast works in any application - your browser, IDE, terminal, text editor, anywhere. No need to switch contexts.
2. Content Detection is Smart
Section titled “2. Content Detection is Smart”The app automatically detects:
- Programming code
- Error messages and stack traces
- URLs
- Plain text
3. Use Auto-Trigger Wisely
Section titled “3. Use Auto-Trigger Wisely”Enable auto-trigger for routine tasks like debugging errors, but keep manual trigger for actions you want to control.
4. Custom Prompts
Section titled “4. Custom Prompts”You can create custom actions with your own prompts for specialized transformations specific to your workflow.
5. Multiple Providers
Section titled “5. Multiple Providers”Try different AI providers to find which one works best for your use case. Each has different strengths.
What’s Next?
Section titled “What’s Next?”Now that you know the basics, explore more features:
- Features Overview: Learn about all available features
- Workflows Guide: Master workflow automation
- Configuration: Customize your experience
- AI Providers: Learn about different AI providers
Quick Troubleshooting
Section titled “Quick Troubleshooting”Hotkey not working?
- Grant Accessibility permissions in System Settings > Privacy & Security > Accessibility
No transformations appearing?
- Check your API key in Settings
- Verify internet connection
- Ensure your AI provider account is active
Menu bar icon missing?
- Check Activity Monitor to confirm the app is running
- Try quitting and relaunching
For more help, see the Troubleshooting section.
Happy transforming! 🚀