Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosmic-utils/clipboard-manager
Clipboard manager for COSMIC™
https://github.com/cosmic-utils/clipboard-manager
applet clipboard-history clipboard-manager cosmicde iced libcosmic
Last synced: 5 days ago
JSON representation
Clipboard manager for COSMIC™
- Host: GitHub
- URL: https://github.com/cosmic-utils/clipboard-manager
- Owner: cosmic-utils
- License: gpl-3.0
- Created: 2024-03-18T00:15:03.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-01-11T05:12:37.000Z (11 days ago)
- Last Synced: 2025-01-13T01:52:19.892Z (9 days ago)
- Topics: applet, clipboard-history, clipboard-manager, cosmicde, iced, libcosmic
- Language: Rust
- Homepage:
- Size: 501 KB
- Stars: 65
- Watchers: 1
- Forks: 8
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Clipboard manager for COSMIC™
![screenshot of the applet](https://media.githubusercontent.com/media/cosmic-utils/clipboard-manager/master/res/screenshots/main_popup.png)
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](https://copr.fedorainfracloud.org/coprs/wiiznokes/cosmic-applets-unofficial/).
```sh
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````sh
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
```sh
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
```sh
just build-debug && sudo just debug=1 install && pkill cosmic-panel
```## Known bugs
- Horizontal layout is currently broken