Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.22 KB

File metadata and controls

47 lines (35 loc) · 2.22 KB

Clipse GUI Documentation

GTK3 frontend for the clipse clipboard manager.

Quick Links

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

What is Clipse GUI?

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.

Architecture at a glance

┌──────────────┐      reads       ┌────────────────────────┐
│  clipse -l   │  ──────────────▶ │ ~/.config/clipse/      │
│  (daemon)    │     writes       │  clipboard_history.json│
└──────────────┘                  └──────────┬─────────────┘
                                             │ reads
                                             ▼
                                  ┌────────────────────────┐
                                  │      clipse-gui        │
                                  │   (this application)   │
                                  └────────────────────────┘

The daemon captures. The GUI displays and acts.

Project Status

Version: 0.9.0 License: MIT Platforms: Linux (Wayland + X11)

Reporting Issues

File bugs at github.com/d7omdev/clipse-gui/issues.