diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-08-25 22:07:28 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-08-25 22:07:28 +0000 |
commit | 066e15571348d68ef3fd6ab385d732629f9341a2 (patch) | |
tree | 1c58026c4b4b039c4239652ed65a087386f5aaed /misc/wemux/PLIST | |
parent | 8bff2dbfcacea881690270b92698bb444652620e (diff) | |
download | pkgsrc-066e15571348d68ef3fd6ab385d732629f9341a2.tar.gz |
Initial import of wemux.
wemux enhances tmux to make multi-user terminal multiplexing both
easier and more powerful. It allows users to host a wemux server
and have clients join in either:
* Mirror Mode gives clients (another SSH user on your machine)
read-only access to the session, allowing them to see you work, or
* Pair Mode allows the client and yourself to work in the same
terminal (shared cursor)
* Rogue Mode allows the client to pair or work independently in
another window (separate cursors) in the same tmux session.
It features multi-server support as well as user listing and
notifications when users attach/detach.
Diffstat (limited to 'misc/wemux/PLIST')
-rw-r--r-- | misc/wemux/PLIST | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/wemux/PLIST b/misc/wemux/PLIST new file mode 100644 index 00000000000..f8c7fd5703f --- /dev/null +++ b/misc/wemux/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2014/08/25 22:07:28 schmonz Exp $ +bin/wemux +man/man1/wemux.1 +share/examples/wemux/wemux.conf |