macclip
v0.1.3
Published
Tiny macOS clipboard history app with a global hotkey picker.
Downloads
526
Maintainers
Readme
MacClip
Lightweight clipboard history manager for macOS with a global hotkey picker.
Features
- Menu bar app with global hotkey (default
Option + V) - Searchable clipboard history
- Paste on row click
Enterto copy selected itemCmd + Enteror double-click to paste selected item- Per-item actions: copy (
📋), pin/unpin (📌/📍), delete (🗑) - Configurable history limit (
10/20/30/40/50) - In-memory history only (no clipboard file storage)
- Optional autostart at login
Install
npm i -g macclip
macclip installInstall with login autostart:
macclip install --autostartUse
Open clipboard history:
Option + VIn picker:
- Click a row: paste
- Enter: copy selected item
- Cmd + Enter: paste selected item
- Double-click a row: paste selected item
- Use row buttons:
📋copy📌/📍pin or unpin🗑delete
Useful commands:
macclip start
macclip stop
macclip status
macclip autostart on
macclip autostart off
macclip uninstall