Skip to content
forked from p0deje/Maccy

Lightweight clipboard manager for macOS

License

Notifications You must be signed in to change notification settings

WooodHead/Maccy

 
 

Repository files navigation

Maccy.app Travis builds

Maccy.app

About

Maccy is a simple clipboard manager for macOS. It keeps the history of what you copy and lets you easily navigate, search and use previous clipboard contents.

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. Also, I wanted to learn Swift and get acquainted with macOS application development.

Features

  • open source and free
  • lightweight
  • uses standard macOS menu
  • search-as-you-type

Usage

⌘+⇧+C.

Customization

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 Start at Login

Just add Maccy to your "Login items".

License

MIT

About

Lightweight clipboard manager for macOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 98.4%
  • Other 1.6%