summary refs log tree commit diff
path: root/bin/pbd.1
blob: 0c6bad1f4bca1f30a828dbae45d7c241d4628aaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.Dd September 7, 2018
.Dt PBD 1
.Os "Causal Agency"
.Sh NAME
.Nm pbd ,
.Nm pbcopy ,
.Nm pbpaste ,
.Nm open
.Nd macOS pasteboard daemon
.Sh SYNOPSIS
.Nm
.Nm pbcopy
.Nm pbpaste
.Nm open
.Ar
.Sh DESCRIPTION
.Nm
is a daemon which pipes into macOS
.Xr pbcopy 1 ,
from
.Xr pbpaste 1
and invokes
.Xr open 1
in response to messages
sent over TCP port 7062.
.Pp
The socket can be forwarded through
.Xr ssh 1
and the stub implementations of
.Nm pbcopy ,
.Nm pbpaste
and
.Nm open
can be used remotely
to access the local pasteboard
and open URLs.
.Pp
Forwarding can be configured with:
.Bd -literal -offset indent
RemoteForward 7062 127.0.0.1:7062
.Ed
.Sh EXAMPLES
.Dl pbd &
.Dl ssh -R 7062:127.0.0.1:7062 tux.local
.Dl pbpaste
.Sh SEE ALSO
.Xr open 1 ,
.Xr pbcopy 1 ,
.Xr pbpaste 1 ,
.Xr ssh 1 ,
.Xr ssh_config 5