An experimental line muxer and a client for muxd.
$ go get
Assumes that you have a muxd instance listening on http://localhost:8080.
You can override this by setting MUXD_URL
to something else.
# in one window
$ mux -r
# in a second
$ mux -r
# in a third
$ echo hi there | mux -w
Notice hi there
appear in the first and second windows.
The channel defaults to 'mux'. You can change this with -c
.
$ mux -r -c foobar