1
1
Fork 0
An elegant Wayland clipboard manager for the more civilized age
  • Rust 96.9%
  • Makefile 3.1%
Find a file
2026-05-26 23:31:09 +02:00
.vscode Minor project cleanup chores 2026-05-13 01:22:22 +02:00
src Clean up CLI interface 2026-05-13 01:29:16 +02:00
.gitignore Change the project description 2026-05-12 21:53:17 +02:00
.gitlab-ci.yml Change the project description 2026-05-12 21:53:17 +02:00
.pre-commit-config.yaml Change the project description 2026-05-12 21:53:17 +02:00
Cargo.lock Add integration of clipboard actions with Wayland events 2026-01-11 00:42:23 +01:00
Cargo.toml Separate server-side ClipboardEntry and a serializable version strictly for IPC 2026-05-13 01:19:53 +02:00
LICENSE Initial project skeleton 2025-12-21 03:51:53 +01:00
makefile Change the project description 2026-05-12 21:53:17 +02:00
README.md Change the project description 2026-05-12 21:53:17 +02:00
rust-toolchain.toml Minor project cleanup chores 2026-05-13 01:22:22 +02:00
rustfmt.toml Minor project cleanup chores 2026-05-13 01:22:22 +02:00

clipster

prek

An elegant Wayland clipboard manager for the more civilized age.

Development

Requirements

Install prek, which will run pre-commit hooks, with cargo install prek:

Setup

Configure the development environment with make dev-env.

Testing

Run make test or make test-verbose.