GTK3 frontend for the clipse clipboard manager.
| Page | What you'll find |
|---|---|
| Installation | Arch, source build, dependencies |
| Getting Started | First launch, daemon setup, basic workflow |
| Keybindings | Every shortcut, grouped by context |
| Configuration | settings.ini — every option explained |
| Theming | Colors, border radius, CSS customization |
| Tray Integration | System tray menu, quick-paste |
| Window Manager Setup | Hyprland, Sway, i3, GNOME, KDE |
| Troubleshooting | Common problems and fixes |
Clipse GUI is a graphical interface for browsing, searching, and pasting from your clipboard history. It depends on clipse running in the background as the actual clipboard listener — this app is purely the UI layer.
┌──────────────┐ reads ┌────────────────────────┐
│ clipse -l │ ──────────────▶ │ ~/.config/clipse/ │
│ (daemon) │ writes │ clipboard_history.json│
└──────────────┘ └──────────┬─────────────┘
│ reads
▼
┌────────────────────────┐
│ clipse-gui │
│ (this application) │
└────────────────────────┘
The daemon captures. The GUI displays and acts.
Version: 0.9.0
License: MIT
Platforms: Linux (Wayland + X11)
File bugs at github.com/d7omdev/clipse-gui/issues.