Re: load a string to paste buffer

2012-05-02 Thread Sinbad
On Wed, May 2, 2012 at 3:02 PM, Sinbad wrote: > On Wed, May 2, 2012 at 2:23 PM, Nicholas Marriott > wrote: >> You have an alias or something for tmux. >> >> >> On Wed, May 02, 2012 at 01:00:51PM +0530, Sinbad wrote: >>> On Wed, May 2, 2012 at 11:50 AM, Nicholas Marriott >>> wrote: >>> > echo str

Re: load a string to paste buffer

2012-05-01 Thread Nicholas Marriott
echo string|tmux loadb -, tmux pasteb Or just use tmux send-keys On Wed, May 02, 2012 at 11:25:52AM +0530, Sinbad wrote: > how do i copy a string to tmux paste buffer from bash script. > i'm looking for something like this, > > tmux readbuf < "string" > > tmux writebuf #which will dump the r

Re: load a string to paste buffer

2012-05-01 Thread Erik Johnson
02 May 2012 0:55 Subject: load a string to paste buffer how do i copy a string to tmux paste buffer from bash script. i'm looking for something like this, tmux readbuf < "string" tmux writebuf #which will dump the read-contents on to th

load a string to paste buffer

2012-05-01 Thread Sinbad
how do i copy a string to tmux paste buffer from bash script. i'm looking for something like this, tmux readbuf < "string" tmux writebuf #which will dump the read-contents on to the active window. how do i do that. cheers --