libtmux icon indicating copy to clipboard operation
libtmux copied to clipboard

create a new session

Open 11philip22 opened this issue 6 years ago • 0 comments

Hello, Is it possible to create a new session using this module? At the moment i have to do a os.system("tmux -S {0}/tmux new -s netcat -d".format(locatie)) to create a new session on a socket. when it seems like libtmux.Server("netcat", "{0}/tmux".format(locatie)) doesnt create a session.

11philip22 avatar May 09 '19 08:05 11philip22