Clipster is a simple clipboard manager.
It aims to be lightweight, have a small set of non-core dependencies (Gtk+), and is designed to interact well with tiling and keyboard-based window managers. It uses selection events, rather than polling, and offers both command-line and GUI interaction with the clipboard.
This is free and open source software.
Key Features
- Event driven, rather than polling. More efficient, helps with power management.
- Control over when it write to disk, for similar reasons.
- Command-line options/config for everything.
- No global keybindings.
- Sensible handling of unusual clipboard events. Some apps (Chrome, Emacs) trigger a clipboard ‘update event’ for every character you select, rather than just one event when you stop selecting.
- Preserves the last item in clipboard after an application closes. (Many apps clear the clipboard on exit).
- Minimal dependencies, no complicated build/install requirements.
- utf-8 support
- Proper handling of embedded newlines and control codes.
- Smart matching of urls, emails, regexes. (extract_*).
- Option to synchronise the SELECTION and CLIPBOARD clipboards.
- Option to track one or both clipboards.
- Option to ignore clipboard updates from certain applications.
- Option to only monitor clipboard updates from certain applications.
- Ability to delete items in clipboard history from GUI or command-line.
- Ability to ignore selections based on a list of regex patterns.
- One-off command to ignore next clipboard selection.
Website: github.com/mrichar1/clipster
Support:
Developer: Matthew Richardson
License: GNU Affero General Public License v3.0
Clipster is written in Python. Learn Python with our recommended free books and free tutorials.
Related Software
| CLI Clipboard Managers | |
|---|---|
| clipmenu | Simple clipboard manager using dmenu (or rofi) and xsel |
| cliphist | Clipboard history manager for Wayland |
| Clipcat | Uses a client-server architecture |
| Greenclip | Recycle your clipboard selections |
| Ringboard | Clipboard manager built around a client-server architecture |
| Clipvault | Clipboard history manager for Wayland |
| Clipster | Simple clipboard manager which aims to be lightweight |
| nocb | Nearly optimal clipboard manager |
| clipsim | Simple and fast X clipboard manager |
| cclip | Cipboard manager for Wayland |
| Clapboard | Clipboard manager for Wayland written in Rust |
| Qlipmon | Clipboard history saver with native rofi plugin and DBUS interface |
| clipbox | Clipboard manager for Wayland |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |


Please read our Comment Policy before commenting.