shithub: plumbto

Download patch

ref: 891d581afe56da04cffbd812fe486e465e52affe
parent: b531c0ac2e6b2315bbb0f2031e21a1eb2a9d4375
author: sirjofri <sirjofri@sirjofri.de>
date: Fri Dec 11 17:19:16 EST 2020

adds rudimentary plumbto man page

--- /dev/null
+++ b/plumbto.man
@@ -1,0 +1,34 @@
+.TH PLUMBTO 1
+.SH NAME
+plumbto \- select plumb destination channel
+.SH SYNOPSIS
+.B plumbto
+.SH DESCRIPTION
+.I Plumbto
+listens on the
+.B chanselect
+plumb channel for messages containing the
+.B channels
+attribute.
+It then presents a button for each destination channel in the comma-separated list provided as a value for the
+.B channels
+attribute.
+.PP
+After selection, the
+.B channels
+attribute is removed and the message is forwarded to the selected port.
+.PP
+.B Plumbto
+hides itself on startup.
+It unhides automatically when receiving a message.
+.SH SOURCE
+.B /sys/src/cmd/plumbto.c
+.SH "SEE ALSO"
+.IR plumb (1),
+.IR plumb (6),
+.IR plumber (4)
+.SH BUGS
+No.
+.SH HISTORY
+.I Plumbto
+first appeared in 9front… maybe.
--- /dev/null
+++ b/plumbto.man.txt
@@ -1,0 +1,33 @@
+
+     PLUMBTO(1)                                             PLUMBTO(1)
+
+     NAME
+          plumbto - select plumb destination channel
+
+     SYNOPSIS
+          plumbto
+
+     DESCRIPTION
+          Plumbto listens on the chanselect plumb channel for messages
+          containing the channels attribute.  It then presents a but-
+          ton for each destination channel in the comma-separated list
+          provided as a value for the channels attribute.
+
+          After selection, the channels attribute is removed and the
+          message is forwarded to the selected port.
+
+          Plumbto hides itself on startup.  It unhides automatically
+          when receiving a message.
+
+     SOURCE
+          /sys/src/cmd/plumbto.c
+
+     SEE ALSO
+          plumb(1), plumb(6), plumber(4)
+
+     BUGS
+          No.
+
+     HISTORY
+          Plumbto first appeared in 9front… maybe.
+