Go to file
kjuulh 48489d6779
All checks were successful
continuous-integration/drone Build is passing
docs: add a small readme with intent
2025-01-10 09:13:38 +01:00
crates/voidpin chore: add stub for remote copier 2025-01-10 09:11:02 +01:00
templates feat: add initial copy command 2025-01-10 08:52:14 +01:00
.drone.yml feat: add initial copy command 2025-01-10 08:52:14 +01:00
.gitignore feat: add initial copy command 2025-01-10 08:52:14 +01:00
Cargo.lock feat: add initial copy command 2025-01-10 08:52:14 +01:00
Cargo.toml feat: add initial copy command 2025-01-10 08:52:14 +01:00
cuddle.yaml feat: add initial copy command 2025-01-10 08:52:14 +01:00
README.md docs: add a small readme with intent 2025-01-10 09:13:38 +01:00
renovate.json feat: add initial copy command 2025-01-10 08:52:14 +01:00

voidpin

Voidpin allows sending copy/paste commands across the wire. It is specifically intended for use in ssh tunnels for long running sessions, where you want to share a clipboard. The primary use case is when a remote machine is used for development, but clipboard continues to be an ergonomic hurdle.

Voidpin sends clipboard content to a local service, that then puts content in a local clipboard. It can also go the other way, but the primary intent is remote -> local.