summary refs log tree commit diff
path: root/bin/man1/pbd.1
blob: f0665891855d08ca0a9dca0ccfe6866658f80c24 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.Dd February  9, 2021
.Dt PBD 1
.Os
.
.Sh NAME
.Nm pbd
.Nd macOS pasteboard daemon
.
.Sh SYNOPSIS
.Nm Op Fl s | c | p | o Ar url
.
.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 flags can be used remotely
to access the local pasteboard
and open URLs.
.
.Pp
Forwarding can be configured with:
.Pp
.Dl RemoteForward 7062 127.0.0.1:7062
.
.Pp
The arguments are as follows:
.Bl -tag -width Ds
.It Fl c
Behave as
.Xr pbcopy 1 .
.It Fl o Ar url
Behave as
.Xr open 1 .
.It Fl p
Behave as
.Xr pbpaste 1 .
.It Fl s
Run the server.
This is the default.
.El
.Pp
ACAB.
.
.Sh EXAMPLES
.Bd -literal -offset indent
pbd &
ssh -R 7062:127.0.0.1:7062 tux.local
pbd -p
.Ed
.
.Sh SEE ALSO
.Xr open 1 ,
.Xr pbcopy 1 ,
.Xr pbpaste 1 ,
.Xr ssh 1 ,
.Xr ssh_config 5