summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-07 20:27:41 -0400
committerJune McEnroe <june@causal.agency>2018-09-07 20:27:41 -0400
commitb29b3654328974aaee4f5dfc65af1d861274f3e2 (patch)
tree0ae34c6df076662ef2bd77fefbf80547400fe111
parentAdd modem.1 (diff)
downloadsrc-b29b3654328974aaee4f5dfc65af1d861274f3e2.tar.gz
src-b29b3654328974aaee4f5dfc65af1d861274f3e2.zip
Add pbd.1
-rw-r--r--bin/pbd.152
1 files changed, 52 insertions, 0 deletions
diff --git a/bin/pbd.1 b/bin/pbd.1
new file mode 100644
index 00000000..4de31faf
--- /dev/null
+++ b/bin/pbd.1
@@ -0,0 +1,52 @@
+.Dd $Mdocdate$
+.Dt PBD 1
+.Os "Causal Agency"
+.Sh NAME
+.Nm pbd ,
+.Nm pbcopy ,
+.Lars Hjemli
2011-06-13
| * | cgit.c: always setup cgit repo environment variablesLars Hjemli2011-06-13
|/ /
* | cgitrc.5.txt: reformat the "FILTER API" section='add'>+.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 +RemoteForward 7062 127.0.0.1:7062 +.Ed +.Sh EXAMPLES +.Bd -literal +pbd & +ssh -R 7062:127.0.0.1:7062 tux.local +pbpaste +.Ed +.Sh SEE ALSO +.Xr open 1 , +.Xr pbcopy 1 , +.Xr pbpaste 1 , +.Xr ssh 1 , +.Xr ssh_config 5