Open akhiljalagam opened 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
pymux
tmux
tmux new -s session_name || tmux attach -t session_name
How can I use
pymux
to achieve the same functionality as thetmux
command ?tmux new -s session_name || tmux attach -t session_name