Skip to main content

Execution Workflows

Rephlo offers multiple ways to trigger commands, allowing you to choose the one that best fits your current task.

1. The Global Hotkey (Keyboard)

Fastest for text operations.

  1. Select text in any application.
  2. Press the Context Menu Hotkey (default Ctrl+Shift+Alt+C).
  3. Type to search for a command (e.g., "Sum..") and hit Enter.
    • Result: The output streams in a progress dialog and is copied to your clipboard.

Tip: The hotkey can be customized in Settings > Hotkeys.

┌─────────────────────────────────────────────────────────────────────────┐
│ EXECUTION WORKFLOW: HOTKEY │
├─────────────────────────────────────────────────────────────────────────┤
│ │
│ ┌──────────────────────────────────────────────────────────────────┐ │
│ │ │ │
│ │ STEP 1 STEP 2 STEP 3 │ │
│ │ │ │
│ │ ┌──────────┐ ┌──────────┐ ┌──────────────────┐ │ │
│ │ │ Browser │ │ [======] │ │ │ │ │
│ │ │ │ ───▶ │ Selected │ ───▶ │ Ctrl+Shift+Alt+C │ │ │
│ │ │ [text..] │ │ Text │ │ │ │ │
│ │ └──────────┘ └──────────┘ └────────┬─────────┘ │ │
│ │ │ │ │
│ │ ▼ │ │
│ │ STEP 4 STEP 5 STEP 6 │ │
│ │ │ │
│ │ ┌──────────────┐ ┌──────────────┐ ┌──────────────────┐ │ │
│ │ │ Command │ │ Streaming │ │ ✓ Result copied │ │ │
│ │ │ Overlay │ │ Progress │ │ to clipboard │ │ │
│ │ │ ┌──────────┐ │ │ Dialog │ │ │ │ │
│ │ │ │Search... │ │───▶│ ┌────────┐ │───▶│ Paste with │ │ │
│ │ │ │>Summarize│ │ │ │⏱ 2.3s │ │ │ Ctrl+V anywhere │ │ │
│ │ │ │ Fix... │ │ │ │[====>] │ │ │ │ │ │
│ │ │ └──────────┘ │ │ └────────┘ │ └──────────────────┘ │ │
│ │ └──────────────┘ │ [Cancel] │ │ │
│ │ └──────────────┘ │ │
│ │ │ │
│ └──────────────────────────────────────────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────────────────┘

2. The System Tray (Mouse)

Good for mouse-heavy workflows.

  1. Select text.
  2. Click the Rephlo icon in the System Tray.
  3. The Command Runner opens with your text pre-loaded.
  4. Click a command.

3. Drag and Drop

Good for processing files.

  1. Drag a text file or PDF from your desktop.
  2. Drop it onto the Rephlo Tray Icon or Dashboard.
  3. Rephlo will ask if you want to:
    • Add to Space: Import it.
    • Process: Run a command on its content immediately.

4. Screenshot / Vision Commands

For images, diagrams, and UI analysis.

  1. Trigger the Screenshot feature (default hotkey: Ctrl+Shift+Alt+S).
  2. Draw a rectangle around the area of interest.
  3. Rephlo captures the image.
  4. Select a Vision Command (e.g., "Describe Image", "Extract Text").
  5. Rephlo analyzes the image and returns the text result in the Screenshot Analysis Result dialog.

Tip: The screen capture hotkey can be customized in Settings > Hotkeys.

┌─────────────────────────────────────────────────────────────────────────┐
│ SCREENSHOT CAPTURE WORKFLOW │
├─────────────────────────────────────────────────────────────────────────┤
│ │
│ ┌──────────────────────────────────────────────────────────────────┐ │
│ │ │ │
│ │ STEP 1 STEP 2 │ │
│ │ Press Ctrl+Shift+Alt+S Draw selection box │ │
│ │ │ │
│ │ ┌────────────────────┐ ┌────────────────────┐ │ │
│ │ │ [Desktop Screen] │ │ ┌──────────────┐ │ │ │
│ │ │ │ ──▶ │ │ + + + + + + │ │ │ │
│ │ │ Error dialog │ │ │ + Capture +│ │ │ │
│ │ │ visible here │ │ │ + Area +│ │ │ │
│ │ │ │ │ │ + + + + + + │ │ │ │
│ │ └────────────────────┘ │ └──────────────┘ │ │ │
│ │ └────────────────────┘ │ │
│ │ │ │ │
│ │ ▼ │ │
│ │ STEP 3 STEP 4 │ │
│ │ Select Vision Command AI Analyzes Image │ │
│ │ │ │
│ │ ┌────────────────────┐ ┌────────────────────┐ │ │
│ │ │ Vision Commands │ │ SCREENSHOT ANALYSIS│ │ │
│ │ │ ─────────────── │ │ RESULT │ │ │
│ │ │ > Extract Text │ ──▶ │ "Error 0x8004005: │ │ │
│ │ │ Describe Image │ │ Unspecified error │ │ │
│ │ │ Debug UI │ │ in module..." │ │ │
│ │ │ Explain Diagram │ │ │ │ │
│ │ └────────────────────┘ │ (Auto-copied) │ │ │
│ │ └────────────────────┘ │ │
│ │ │ │
│ └──────────────────────────────────────────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────────────────┘

5. Result Handling

Once a command finishes:

  • Automatic Clipboard Copy: The result is automatically copied to your clipboard on completion.
  • Paste Anywhere: Use Ctrl+V in any application to insert the result.
  • Streaming Preview: Watch the AI response stream in real-time in the progress dialog.
  • Cancel Anytime: Click Cancel in the progress dialog to stop a long-running operation.

Note: Results are also logged in the History view for future reference.


Next Feature: History & Audit Trail.