THIS IS WORK IN PROGRESS
Create bin/tmux-ssh-open
and make it runable with chmod 755 bin/tmux-ssh-open
:
#!/bin/bash address=`echo $1 | cut -d / -f 3`
port=`echo $1 | cut -d / -f 4`
if [ "$port" == "" ]; then