Clipboard Manager (ClipMaster)
A Windows-style clipboard manager for GNOME on Wayland. Press Shift+Super+V to open clipboard history at your cursor, pin items, search, and paste images.
Features
- Clipboard history for text, images, files, and URLs
- Pin/favorite frequently used items
- Search through thousands of items instantly
- Popup opens at cursor position
- Quick paste with keys 1-9
- Themes: Adwaita, Catppuccin, Dracula, Nord, Gruvbox, and more
- Follows system dark/light mode
- Encrypted storage on disk
- Works on Wayland and X11
Installation
Prerequisites
Wayland (Ubuntu):
bash
sudo apt install wl-clipboardX11 (if applicable):
bash
sudo apt install xclipInstall the Extension
bash
cd /tmp
git clone https://github.com/sfnemis/ClipMaster.git
cd ClipMaster
bash install.shEnable
Log out and log back in (required on Wayland), then:
bash
gnome-extensions enable clipmaster@gnome.extensionOr enable via the GNOME Extensions app.
Usage
| Shortcut | Action |
|---|---|
Shift+Super+V | Open clipboard history popup |
1-9 | Quick paste recent items |
| Type | Search through clipboard history |
| Click pin icon | Pin/favorite an item |
Configuration
Open extension settings via the Extensions app or:
bash
gnome-extensions prefs clipmaster@gnome.extensionOptions include:
- History size (up to 5,000 items)
- Theme selection
- Shortcut customization
- Enable/disable image capture
Undo / Uninstall
Disable the extension
bash
gnome-extensions disable clipmaster@gnome.extensionFull removal
bash
rm -rf ~/.local/share/gnome-shell/extensions/clipmaster@gnome.extensionLog out and log back in to complete removal.