prompt-toolkit / pymux

A terminal multiplexer (like tmux) in Python
BSD 3-Clause "New" or "Revised" License
1.44k stars 82 forks source link

Attaching to an existing session? #82

Open akhiljalagam opened 1 year ago

akhiljalagam commented 1 year ago

How can I use pymux to achieve the same functionality as the tmux command ? tmux new -s session_name || tmux attach -t session_name