Skip to content

wiiznokes/clipboard-manager

Repository files navigation

Clipboard manager for COSMIC™

screenshot of the applet

The goal is to make a simple yet fast clipboard history, with a focus on UX, rapidity and security.

There is a quick settings popup when you right click the icon.

Install

Fedora

You can use this copr.

sudo dnf copr enable wiiznokes/cosmic-applets-unofficial
sudo dnf install cosmic-ext-applet-clipboard-manager

Other distros

git clone https://github.com/wiiznokes/clipboard-manager.git
cd clipboard-manager
sudo apt install libsqlite3-dev sqlite3
just build-release
sudo just install

You will probably need to reboot or re login for the COSMIC_DATA_CONTROL_ENABLED=1 environment variable to take effect.

Logs

journalctl -p 3 -xb --user _EXE=/usr/bin/cosmic-ext-applet-clipboard-manager | less
  • -p 3 means priority error
  • -x add information
  • b means since last boot

Contributing

Contributions are welcome

To build and install the debug build

just build-debug && sudo just debug=1 install