ClipShelf is a local-only macOS clipboard manager MVP inspired by the workflow of apps like Paste, without copying their branding or assets.
- Captures copied text and images.
- Opens a bottom launcher with
Shift + Command + V. - Searches clipboard history.
- Stores clips in categories.
- Pins and deletes clips.
- Pastes the selected item back into the frontmost app when Accessibility permission is granted.
- Persists data locally in
~/Library/Application Support/ClipShelf.
Grab the latest build from the Releases page:
- Download
ClipShelf.zipand unzip it. - Drag
ClipShelf.appinto/Applications. - First launch: right-click the app and choose Open (the build is not notarized, so macOS shows a warning once). On newer macOS versions you may instead need to approve it under
System Settings -> Privacy & Security -> Open Anyway. - Grant Accessibility permission (see below) so paste-back works.
New releases are published automatically when a v* tag is pushed (see .github/workflows/release.yml).
swift buildsh Scripts/package-app.shThe app bundle is created at:
.build/ClipShelf.app
Open the app from Finder or run:
open .build/ClipShelf.appFor automatic paste-back, macOS must allow ClipShelf in:
System Settings -> Privacy & Security -> Accessibility
Without that permission, selecting a clip still places it on the clipboard, but macOS will block the simulated Command + V.