Home
Softono

ClipMaster

Open source JavaScript
35
Stars
6
Forks
5
Issues
2
Watchers
4 months
Last Commit

 About ClipMaster

A powerful GNOME Shell clipboard manager with history, encryption, image support, favorites, and 12 themes. Follows system dark/light mode.

Platforms

Web Self-hosted Linux

Languages

JavaScript

Links

Need Help Installing ClipMaster?

We provide expert installation service for this software. Our team will install, configure, and secure ClipMaster on your server. plans start at just $30.

ClipMaster

View on GitHub

ClipMaster

ClipMaster is a clipboard manager for GNOME Shell 45+

Screenshot

Buy Me A Coffee

ko-fi

Features

  • Clipboard history (text, images, files, URLs)
  • Follows system dark/light theme by default
  • Optional themes: Adwaita, Catppuccin, Dracula, Nord, Gruvbox, etc.
  • Search, favorites, custom lists
  • Encrypted local storage
  • Works on Wayland and X11

Installation

git clone https://github.com/sfnemis/ClipMaster.git
cd ClipMaster
./install.sh

Then restart GNOME Shell (log out/in on Wayland) and enable the extension.

Optional Dependencies

Only needed if you want to paste images from clipboard history. Text operations work without any dependencies.

# Fedora
sudo dnf install wl-clipboard   # Wayland
sudo dnf install xclip          # X11

# Ubuntu/Debian
sudo apt install wl-clipboard   # Wayland
sudo apt install xclip          # X11

# Arch
sudo pacman -S wl-clipboard     # Wayland
sudo pacman -S xclip            # X11

# openSUSE Tumbleweed
sudo zypper install wl-clipboard  # Wayland
sudo zypper install xclip         # X11

Usage

Press Super+V to open. Start typing to search.

Key Action
Navigate
Enter Paste
1-9 Quick paste
Alt+F Toggle favorite
Alt+T Plain text mode
Alt+P Pin popup
Alt+D Delete
Esc Close

Settings

Open with: gnome-extensions prefs [email protected]

  • Follow System Theme: Uses Adwaita and follows your dark/light preference (default: on)
  • Theme: Manual theme selection when not following system
  • History Size: Up to 5000 items
  • Encryption: On by default

License

GPL-2.0-or-later