libtmux
libtmux copied to clipboard
create a new session
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.