| Crates.io | klippy |
| lib.rs | klippy |
| version | 0.1.0 |
| created_at | 2025-04-25 22:17:29.407927+00 |
| updated_at | 2025-04-25 22:17:29.407927+00 |
| description | A lightweight clipboard manager built with Rust and egui. |
| homepage | https://github.com/ThembinkosiThemba/klippy |
| repository | https://github.com/ThembinkosiThemba/klippy |
| max_upload_size | |
| id | 1649571 |
| size | 126,840 |
Klippy is a lightweight clipboard manager built with Rust and egui. This application allows users to store, search, and manage multiple clipboard entries efficiently.
Klippy can:
cargo install klippy
git clone https://github.com/ThembinkosiThemba/klippy.git
cd klippy
cargo build --release
cargo run --release
target/release/klippyThe application stores your clipboard data at:
~/.config/klippy/klippy/data.json%APPDATA%\klippy\klippy\config\data.json~/Library/Application Support/com.klippy.klippy/config/data.jsonYou can open this location directly using the "Open Storage" button.
MIT License - see LICENSE file for details