Re: running a bash function from with in tmux.

2015-05-03 Thread Marcel Partap
> I have a user defined bash function which takes one string parameter > and does some operation on that string. i want to be able to call this > function from with-in tmux and also pass the parameter from tmux > itself. how can i achieve that ? You can invoke bash with a command s

Re: running a bash function from with in tmux.

2015-04-30 Thread Nicholas Marriott
Put it in a shell script and run that? On Thu, Apr 30, 2015 at 07:06:57AM +0530, Sinbad wrote: >can anyone shed some light on this. >On Wed, Apr 29, 2015 at 7:06 PM, Sinbad <[1]sinbad.sin...@gmail.com> >wrote: > > Hi, > I have a user defined bash function which takes one st

Re: running a bash function from with in tmux.

2015-04-29 Thread Sinbad
can anyone shed some light on this. On Wed, Apr 29, 2015 at 7:06 PM, Sinbad wrote: > Hi, > > I have a user defined bash function which takes one string parameter > and does some operation on that string. i want to be able to call this > function from with-in tmux and also pass the parameter from

running a bash function from with in tmux.

2015-04-29 Thread Sinbad
Hi, I have a user defined bash function which takes one string parameter and does some operation on that string. i want to be able to call this function from with-in tmux and also pass the parameter from tmux itself. how can i achieve that ? thanks