A tiny menu-bar clipboard that keeps the context of every copy.
- Context Visualization: See the source app and type of every clip.
- Smart Tagging: Auto-tags links, code, and emails.
- Timeline View: A clean, scrollable history of your clipboard.
- Quick Actions: Right-click to Pin important items or Delete sensitive ones.
- Native Performance: Built with SwiftUI and SwiftData.
Note
Requires macOS 14.0 (Sonoma) or later.
- Double-click
Package.swiftto open the project in Xcode. - Ensure the target is set to "My Mac".
- Press
Cmd + Rto build and run.
swift runNote: If you encounter linker errors in the terminal, please use the Xcode method above.
Package.swift: Project configuration.Sources/App/App.swift: MenuBarExtra entry point.Sources/App/ClipboardManager.swift: Clipboard monitoring logic.Sources/App/ContentView.swift: Main timeline UI.Sources/App/ItemModel.swift: SwiftData model.
© 2024 PulseClip. All rights reserved.