A lightweight, beautiful clipboard manager for macOS
- 📋 Clipboard History — Automatically saves everything you copy (text & images)
- ⌨️ Global Hotkey — Instantly access history with
⇧⌘V(Shift + Command + V) - 🔍 Powerful Search — Quickly find any copied item with real-time search
- 🖼️ Image Support — Copy and paste images seamlessly
- 📱 Menu Bar App — Lives in your menu bar, never in your way
- 🎨 Native macOS Design — Beautiful, minimal interface that feels right at home
- ⚡ Lightweight — Uses minimal system resources
- 🔒 Privacy First — All data stored locally, nothing leaves your Mac
Note: Buffer is not notarized with Apple Developer ID. On first launch:
- Right-click on Buffer.app
- Click Open
- Click Open in the security dialog
- Download the
.dmgfile from above - Drag Buffer to your Applications folder
- Launch Buffer — it will appear in your menu bar
- Copy anything — Buffer automatically saves it
- Press ⇧⌘V to access your clipboard history anytime!
Beautiful split-pane interface with search and preview
| Shortcut | Action |
|---|---|
⇧⌘V |
Open clipboard history |
↑ / ↓ |
Navigate items |
↵ Enter |
Paste selected item |
⎋ Esc |
Close history window |
# Clone the repository
git clone https://github.com/samirpatil2000/Buffer.git
cd Buffer
# Open in Xcode
open Buffer.xcodeproj
# Build and run
# Press ⌘R in Xcode- macOS 13.0 or later
- Xcode 15.0 or later
- Swift 5.9
Buffer/
├── BufferApp.swift # App entry point
├── AppDelegate.swift # App lifecycle & hotkey setup
├── Models/
│ └── ClipboardItem.swift # Clipboard item data model
├── Services/
│ ├── ClipboardStore.swift # Persistent storage
│ ├── ClipboardWatcher.swift # Monitors clipboard changes
│ ├── HotkeyManager.swift # Global keyboard shortcuts
│ └── PasteController.swift # Paste functionality
└── Views/
├── HistoryWindow.swift # Main history window
├── ClipboardListView.swift # List of clipboard items
├── ClipboardItemRow.swift # Individual item row
├── SearchField.swift # Search component
└── StatusBarController.swift # Menu bar controller
Contributions are welcome! Feel free to:
- Report bugs
- Suggest features
- Submit pull requests
MIT License — feel free to use this project however you like.
Made with ❤️ for macOS

