Go to file
cuddle-please 64e54550da
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
chore(release): 0.0.2
2025-01-14 07:35:31 +00:00
assets feat: add demo gif 2025-01-14 08:34:46 +01:00
crates/voidpin docs: correct docs 2025-01-14 08:19:39 +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
buf.gen.yaml feat: add basic remote copu 2025-01-14 08:16:50 +01:00
buf.yaml feat: add basic remote copu 2025-01-14 08:16:50 +01:00
Cargo.lock docs: correct docs 2025-01-14 08:19:39 +01:00
Cargo.toml chore(release): 0.0.2 2025-01-14 07:35:31 +00:00
CHANGELOG.md chore(release): 0.0.2 2025-01-14 07:35:31 +00:00
cuddle.yaml feat: add initial copy command 2025-01-10 08:52:14 +01:00
README.md feat: add demo gif 2025-01-14 08:34:46 +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.

Demo

#demo

Usage

# Local
voidpin copy  

# Remote
ip a # 10.0.9.1
voidpin listen & # make voidpin listener run in background

# login to remote
ssh remote@remote
export VOIDPIN_REMOTE=http://10.0.9.1:7900
echo "some content" | voidpin remote copy

# In a browser for example
# Ctrl+v or Command+v