Clipdock is a lightweight MacOS service that runs in background and store last 20 copied clipboard items.
- Lightweight
- Shows last 20 clipboard items
- Avoid to store duplicate items
- Quick access from menubar
- Shows when item copied
-
Install the
Clipdock zipfrom the latest release -
Unzip it and open the folder in Terminal
-
Run the installer-
./install.sh
Clipdock will start immediately and launch automatically at every login. Look for the Clipdock icon in your menu bar.
To uninstall the clipdock open the same folder in Terminal and run -
./uninstall.shThis will stop the service and remove it from your system completely.
- Golang
github.com/getlantern/systrayfor ui
- MacOS only
- No persistent storage
- Text-only support
