Re: create-or-attach command

2014-02-08 Thread Patrick Shanahan
* anatoly techtonik [02-08-14 04:20]: > On Fri, Feb 7, 2014 at 4:10 PM, Thomas Adam wrote: > >> https://stackoverflow.com/questions/3432536/create-session-if-none-exists > >> > >> Is it possible to implement a simple create-or-attach command, which > >> will create a (named) session if it doesn't

Re: create-or-attach command

2014-02-08 Thread anatoly techtonik
That's really cool. I guess it will be available in 1.9 But I find description confusing and flag name is not completely intuitive to remember. I'd rewrite it as: new --attach some_name Creates new named session or attaches to existing one if some_name session already ex

Re: create-or-attach command

2014-02-07 Thread Thomas Adam
On 5 February 2014 12:57, anatoly techtonik wrote: > https://stackoverflow.com/questions/3432536/create-session-if-none-exists > > Is it possible to implement a simple create-or-attach command, which > will create a (named) session if it doesn't exists or attach to > existing? Using the git versi