2025-08-22 12:03:00
github.com
Modern, fast, simple clipboard manager for Linux.
- Native application written in Go and GTK4.
- Modern, clean, simple interface with minimal distractions.
- Keyboard centric – Navigate, search, copy and delete items with keyboard.
- High performance – Optimized SQLite backend tested with 10,000+ records.
- Supports text and image content (up to 3 images) with image previews.
- Full Wayland support – Works natively on both Wayland and X11.
Or launch from your application menu.
Key | Action |
---|---|
Ctrl+F |
Toggle search |
Enter |
Copy selected item to clipboard |
Delete |
Remove selected item |
Escape |
Clear search / Close search bar |
↑/↓ |
Navigate through clipboard history |
- Automatic Clipboard Monitoring: Clyp automatically captures text and images copied to your clipboard
- Browse History: Use the main window to browse through your clipboard history
- Search: Press
Ctrl+F
to search through your clipboard content - Quick Copy: Select any item and press
Enter
to copy it back to your clipboard - Delete Items: Select unwanted items and press
Delete
to remove them
The watcher is a minimal headless Gtk application. It monitors the clipboard and notifies the GUI of database changes via a UNIX socket.
- Language: Go 1.25.0
- GUI Framework: GTK4 via gotk4 bindings
- Database: SQLite3 for persistent storage
- Platform: Linux (Wayland/X11)
Clipboard data is stored in ~/.local/share/bio.murat.clyp/clyp.db
using SQLite3. The database includes:
- Automatic timestamps for each clipboard entry
- Content type detection (text/image)
- Duplicate prevention
- Efficient indexing for fast searches
Clyp follows XDG Base Directory specifications:
- Data Directory:
~/.local/share/bio.murat.clyp/
- Database File:
~/.local/share/bio.murat.clyp/clyp.db
git clone https://github.com/murat-cileli/clyp.git
cd clyp
go mod download
go build .
github.com/diamondburned/gotk4/pkg
– GTK4 bindings for Gogithub.com/mattn/go-sqlite3
– SQLite3 driver for Go
├── app.go # Main application logic and UI setup
├── clipboard.go # Clipboard monitoring and operations
├── database.go # SQLite database operations
├── main.go # Application entry point
├── resources/ # UI definitions and CSS styles
├── data/ # Desktop files and metadata
└── vendor/ # Vendored dependencies
- Add import/export.
- Add database encryption.
Keep your files stored safely and securely with the SanDisk 2TB Extreme Portable SSD. With over 69,505 ratings and an impressive 4.6 out of 5 stars, this product has been purchased over 8K+ times in the past month. At only $129.99, this Amazon’s Choice product is a must-have for secure file storage.
Help keep private content private with the included password protection featuring 256-bit AES hardware encryption. Order now for just $129.99 on Amazon!
Help Power Techcratic’s Future – Scan To Support
If Techcratic’s content and insights have helped you, consider giving back by supporting the platform with crypto. Every contribution makes a difference, whether it’s for high-quality content, server maintenance, or future updates. Techcratic is constantly evolving, and your support helps drive that progress.
As a solo operator who wears all the hats, creating content, managing the tech, and running the site, your support allows me to stay focused on delivering valuable resources. Your support keeps everything running smoothly and enables me to continue creating the content you love. I’m deeply grateful for your support, it truly means the world to me! Thank you!
BITCOIN bc1qlszw7elx2qahjwvaryh0tkgg8y68enw30gpvge Scan the QR code with your crypto wallet app |
DOGECOIN D64GwvvYQxFXYyan3oQCrmWfidf6T3JpBA Scan the QR code with your crypto wallet app |
ETHEREUM 0xe9BC980DF3d985730dA827996B43E4A62CCBAA7a Scan the QR code with your crypto wallet app |
Please read the Privacy and Security Disclaimer on how Techcratic handles your support.
Disclaimer: As an Amazon Associate, Techcratic may earn from qualifying purchases.