Skip to content

cosmic-utils/clipboard-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fcab4b7 · Mar 5, 2025
Dec 16, 2024
Nov 18, 2024
Jul 24, 2024
Mar 5, 2025
Dec 16, 2024
Dec 16, 2024
Jan 18, 2025
Apr 16, 2024
Jan 18, 2025
Oct 23, 2024
Dec 14, 2024
Jan 18, 2025
Jan 18, 2025
Jul 15, 2024
Jan 5, 2025
Mar 23, 2024
Jan 18, 2025
Jan 18, 2025
Apr 12, 2024

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

Note

You need a rust version >= 1.81

sudo apt install libsqlite3-dev sqlite3 just cargo libxkbcommon-dev git-lfs
git clone https://github.com/cosmic-utils/clipboard-manager.git
cd clipboard-manager
git checkout 0.1.0
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
  • -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 && pkill cosmic-panel

Known bugs

  • Horizontal layout is currently broken