What It Does

ClipMan monitors your system clipboard and keeps a browsable history of everything you copy — text, rich text, images, and files. It persists across sessions using SwiftData, so your history survives restarts.

Open the clipboard browser with commandoptionV, navigate with arrow keys, and press Return to paste. It’s that simple.

Keyboard Shortcuts

KeyAction
commandoptionVOpen clipboard browser (global hotkey)
/ Browse older / newer items
returnPaste selected item
shift+returnPaste and match style
escapeDismiss browser

The global hotkey is configurable in Settings.

Content Types

Features

Settings

Right-click the scissors icon and choose Settings… to configure:

Auto-updates are handled by Sparkle. Use the “Check for Updates…” menu item to check on demand; Sparkle’s prompt offers an “Automatically download and install updates in the future” checkbox the first time an update is available. ClipMan checks for new versions automatically once a day in the background.

Installation

Two formats on every release — both signed and notarised, pick whichever suits:

On first launch, grant Accessibility permission when prompted.

Building from Source

ClipMan uses Swift Package Manager with one dependency (KeyboardShortcuts by Sindre Sorhus).

  1. Clone the repo: git clone https://github.com/PerpetualBeta/ClipMan.git
  2. Run gmake build
  3. Launch with open .build/ClipMan.app

Requirements

macOS 14 (Sonoma) or later. Universal binary (Apple Silicon and Intel).