zolrath / wemux

Multi-User Tmux Made Easy
MIT License
3.63k stars 139 forks source link

Allow specifying the server with start, attach, pair, mirror, etc. #32

Open docwhat opened 11 years ago

docwhat commented 11 years ago

The commands that connect to a sessions (or start a session) should all take an argument for the session name.

e.g. wemux start mouse should be the same as wemux join mouse && wemux start.

The commands that should take a second argument should be:

Ciao!

gacanepa commented 8 years ago

Great idea! If the author hasn't looked into this issue yet, you can modify the script yourself to implement the fix you requested :). If you followed the Installation instructions, the script should be found in /usr/local/bin/wemux. Best of luck!