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 V, navigate with arrow keys, and press Return to paste. It's that simple.

Keyboard Shortcuts

KeyAction
VOpen 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

Installation

  1. Download ClipMan.zip from the link above
  2. Unzip and double-click ClipMan.app to launch

To start at login, add it to System Settings → General → Login Items.

Permissions

Accessibility permission is required for simulating paste keystrokes into the target application. macOS will prompt on first use.

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 ./build.sh
  3. Launch with open .build/ClipMan.app

Requirements

macOS 14 (Sonoma) or later.