60

GitHub - p0deje/Maccy: Lightweight clipboard manager for macOS

 4 years ago
source link: https://github.com/p0deje/Maccy
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

Maccy is a lightweight clipboard manager for macOS. It keeps the history of what you copy and lets you quickly 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

  1. COMMAND (⌘) + SHIFT (⇧) + C to popup Maccy or click on its icon in the menu bar.
  2. Type what you want to find.
  3. To select the history item you wish to copy, press ENTER, or click the item, or use COMMAND (⌘) + n shortcut.
  4. To choose the history item and paste, press ALT (⌥) + ENTER, or ALT (⌥) + CLICK the item, or use ALT (⌥) + 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

Select and paste in one go.

defaults write org.p0deje.Maccy pasteByDefault true # default is false

Make sure you quit the app and restart it after changing the options here.

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 it 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.

CI

Build Status

License

MIT


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK