tmux-python / tmuxp

🖥️ Session manager for tmux, build on libtmux.
https://tmuxp.git-pull.com/
MIT License
4.08k stars 232 forks source link

`tmuxp load`: Load multiple sessions with `--append` #839

Open tony opened 2 years ago

tony commented 2 years ago
tmuxp load workspace_1 workspace_2 --append

Loads to the same session_name as workspace_1, or uses the -s new_session_name

Somewhat released (not exactly): #674 #837