Native macOS clipboard history app.
This repository contains the Swift/SwiftUI + AppKit implementation of MaClipHistory.
- Menu bar status item with native template icon
- Popover
- Text clipboard monitoring
- Image, GIF, and small file clipboard monitoring
- Local JSON storage in Application Support
- Sidecar media/file storage in Application Support
- Search
- Click item to copy
- Copy and delete icon buttons
- Settings for theme, history length, and file capture size
- Clear history
- Reveal storage in Finder
- Quit action
- Shortcut to show/hide Cmd + Shift + V
bash Scripts/run-app.shThis creates and opens .build/MaClipHistory.app.
HOME="$PWD/.swiftpm-home" swift build --disable-sandboxbash Scripts/package-dmg.shThis creates dist/MaClipHistory-arm64.dmg, the release asset used by the website download link.
The legacy ZIP package is still available:
bash Scripts/package-zip.shSee INSTALL.md for the unsigned/ad-hoc signed installation flow. Users may need to right-click Open because these builds are not notarized.