As a Software Engineer, I frequently copy and paste content. The fact that macOS clipboard buffer can keep only one item is very frustrating. It’s very annoying to copy → switch app → paste → switch app → copy → switch app → paste, and so on. Losing items I copied hours ago and having to find and copy them again is a waste of time.
I tried many third-party clipboard managers like Alfred, Raycast, Paste, Maccy, etc. While great, they didn't fully meet my needs.
As a developer, my requirements are:
1. Keyboard-centric operation to avoid using the mouse. I don’t want to waste my time moving my hands from the keyboard.
2. Display many clipboard history items at once. I don’t like the idea with big tiles, so I can see only 5-7 history items on my 32” monitor.
3. Full content preview for each clipboard item.
4. Quick search functionality.
So, I created ClipBook for my own use. After months of development, daily use, and positive feedback from my colleagues, I decided to share it publicly. It’s free. All data is securely stored on your computer. I’m planning to make it open source as well.
If you try it out, please let me know if you found it useful, if you have anything you’d like me to add, or if you have any other feedback.
Happy to answer any questions. Much appreciated.
I often copy huge (+70000) rows of excel sheets. Makes Maccy sluggish. Superlarge clipboard entries I’d like to purge somehow. After X mins if larger than Y?
Deleted Comment
https://github.com/TermiT/Flycut/issues/200
From that it seems clipbook may be better for people who care about local-only or have other security-related concerns (perhaps related to workplace policy, for example). Maybe someone who knows more could weigh in?
cmd+shift+v -> unformatted paste
cmd+shift+p -> command palette
I use Karabiner and use right_command+v for the clipboard launcher without interfering with the other apps.
looks cool can you mirror installer on github?
CEF was supposed to be more efficient than Electron, but I think that framework heavily missed the mark. I'd be interested to know why the dev chose CEF instead.
You see the 600MB binary, because it's probably Universal (Apple Silicon + Intel) DMG. To have a smaller size it's better to download DMG for your Mac CPU architecture. You can find all three versions at https://clipbook.app/download/
I should say that even Apple Silicon or Intel app will still be ~330MB. It's because of the SDK I use to build this app.
I'm not hiding and you can easily find me in social networks: - LinkedIn: https://www.linkedin.com/in/vladimir-ikryanov-9334915/ - GitHub: https://github.com/vladimir-ikryanov
I will definitely need to share the source code of ClipBook, so anybody can analyze it or build their own copy of the app.
Deleted Comment
When checked ignore anything that has a space
Slick UI. Well done.