2026-05-15
ClipGO — The Clipboard Manager I Wished For
Every clipboard manager I tried felt like it was built by and for power users. ClipGO is what I wanted instead — a clipboard you don't have to learn.
Why clipboard managers feel hostile
Most clipboard managers I tested had the same problem. They asked you to learn a new keystroke, learn a new pinning system, learn a new search syntax. By the time you remembered all of it, you'd already given up and gone back to the default Cmd+C / Cmd+V loop.
ClipGO is what I built instead — a clipboard you don't have to remember.
The single keystroke
There is exactly one keystroke to learn: Cmd+Shift+V. It opens a centered grid of your last 24 clipboard items. Click one, it gets pasted. That's the whole interface.
No pinning, no folders, no tags. Pin disappears when something older is replaced; the most recent items always live at the top-left where your eye lands first. The grid is keyboard-navigable but you don't have to know that to use it.
What was hard
Clipboard contents on macOS come in many flavors at once — RTF, HTML, plain text, image, file URL. Storing all variants for replay was the bulk of the work. So was deciding which preview to render when an item had four representations of the same content.
The rule I settled on: show the cheapest accurate preview. Plain text first, then image thumbnail, then file icon, then HTML rendered only on hover.
What I'd add later
The one feature I keep being asked for is sync across multiple Macs. I have ideas for how to do this without a server (Bonjour + signal-based pairing), but it stays in the future-features file for now. The current version is more useful exactly because it doesn't try to be more.
A note on naming
The "GO" suffix runs across all my Mac apps — BatteryGO, ClipGO, DisplayGO, FolderGO, ShareGO. The naming convention is partly a brand decision and partly a forcing function: each app must be small enough to deserve a single-word name.