cosmic-utils / clipboard-manager

Clipboard manager for COSMIC™
GNU General Public License v3.0
52 stars 7 forks source link
applet clipboard-history clipboard-manager cosmicde iced libcosmic

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/cosmic-utils/clipboard-manager.git
cd clipboard-manager
git checkout 0.1.0
sudo apt install libsqlite3-dev sqlite3 just cargo libxkbcommon-dev
just build-release
sudo just install

Restart the session for the COSMIC_DATA_CONTROL_ENABLED environment variable to take effect.

Logs

journalctl -p 3 -xb --user _EXE=/usr/bin/cosmic-ext-applet-clipboard-manager | less

Contributing

Contributions are welcome

To build and install the debug build

just build-debug && sudo just debug=1 install && pkill cosmic-panel

Known bugs