MCPcopy Index your code
hub / github.com/cosmic-utils/clipboard-manager

github.com/cosmic-utils/clipboard-manager @0.1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.1.0 ↗ · + Follow
106 symbols 240 edges 11 files 5 documented · 5% updated 9d ago★ 21854 open issues

Browse by type

Functions 87 Types & classes 19
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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
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
  • -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

Core symbols most depended-on inside this repo

Shape

Method 60
Function 27
Class 11
Enum 8

Languages

Rust100%

Modules by API surface

src/db/mod.rs41 symbols
src/app.rs21 symbols
src/view.rs10 symbols
src/utils.rs8 symbols
src/db/test.rs7 symbols
src/config.rs6 symbols
src/clipboard.rs4 symbols
src/localize.rs3 symbols
src/navigation.rs2 symbols
src/message.rs2 symbols
src/main.rs2 symbols

For agents

$ claude mcp add clipboard-manager \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page