ClipDock is a tiny cross-platform clipboard manager built with a Rust + Tauri backend and a Svelte + Tailwind frontend.
Ctrl+Shift+V
toggles the palette from anywhere, making your clipboard history instantly accessible.├── src-tauri # Rust backend (Tauri)
└── ui # Svelte + Tailwind user interface
pnpm install # install frontend dependencies
cd src-tauri
cargo tauri dev # run the app with live reload
cd src-tauri
cargo tauri build # create a release binary/installer
The build step compiles the Svelte app and bundles it with the Rust backend into a native executable.
Distributed under the MIT License. See LICENSE
for more information.