Re: send-keys not working with a target that has a . in the session name.

2013-03-07 Thread Nicholas Marriott
Try a trailing period: "wraithan.net:3." On Wed, Mar 06, 2013 at 11:13:59PM -0800, Wraithan (Chris McDonald) wrote: > (pytmux)wraithbook:pytmux cmcdonald$ tmux send-keys -t wraithan.net:3 > "workon wraithan.net && git pull" ^M > session not found: wraithan > (pytmux)wraithbook:pytmux cmcdonald$

send-keys not working with a target that has a . in the session name.

2013-03-06 Thread Wraithan (Chris McDonald)
(pytmux)wraithbook:pytmux cmcdonald$ tmux send-keys -t wraithan.net:3 "workon wraithan.net && git pull" ^M session not found: wraithan (pytmux)wraithbook:pytmux cmcdonald$ tmux send-keys -t 'wraithan.net':3 "workon wraithan.net && git pull" ^M session not found: wraithan (pytmux)wraithbook:pytmux