Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wemux client document about #39 #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,18 @@ and notifications when users attach/detach.
`wemux list-sessions` is equivalent to entering `tmux -S /tmp/wemux-wemux
list-sessions`

#### wemux client < command >
When you found unknown client command for user in `host_list` configuration. You need to tell
`wemux` run as client - [Issue #39](https://github.com/zolrath/wemux/issues/39#issuecomment-37991293)

```sh
$ wemux rogue
unknown command: rogue
To see a list of wemux commands enter 'wemux help'

$ wemux client rogue # work for user in host_list
```

## User List
wemux can display a list of connected users, indicating users in mirror mode
with [m] at the end of their name.
Expand Down