Maccy is a lightweight clipboard manager for macOS. It keeps the history of what you copy and lets you easily navigate, search and use previous clipboard contents.
Features
- Lightweight and fast
- Keyboard-first
- Secure and private
- Native UI
- Open source and free
Install
Download the latest version from the releases page, or use Homebrew:
brew cask install maccy
Usage
- ⌘+⇧+C to popup Maccy or click on its icon in menu bar.
- Type what you want to find.
- To select the history item you want to copy, press Enter, or click the item, or use ⌘+n shortcut.
- To select the history item and paste, press ⌥+Enter, or ⌥+click the item, or use ⌥+n shortcut.
Customization
Automatically Start at Login
Just add Maccy to your "Login items".
Change Default Settings
To change default settings, use the following commands from Terminal.
Popup Hotkey
defaults write org.p0deje.Maccy hotKey control+option+m # default is command+shift+c
History Size
defaults write org.p0deje.Maccy historySize 100 # default is 999
Show/Hide Icon in Status Bar
defaults write org.p0deje.Maccy showInStatusBar false # default is true
Automatically Paste by Default
defaults write org.p0deje.Maccy pasteByDefault true # default is false
Update
Download and reinstall the latest version from the releases page, or use Homebrew:
brew update
brew cask upgrade maccy
killall Maccy # closes the app if is running
open /Applications/Maccy.app # opens the new version
Why Yet Another Clipboard Manager
There are dozens of similar applications out there, so why build another? Over the past years since I moved from Linux to macOS, I struggled to find a clipboard manager that is as free and simple as Parcellite, but I couldn't. So I've decided to build one.
Also, I wanted to learn Swift and get acquainted with macOS application development.