From 4c6858f3a411adf96bb1a6724f9969783878bc8a Mon Sep 17 00:00:00 2001 From: Antonio Ragagnin <antonio.ragagnin@inaf.it> Date: Sat, 11 Jan 2025 16:28:17 +0100 Subject: [PATCH] add tmux window name --- cloneall.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/cloneall.bash b/cloneall.bash index f8cfeca..df5912f 100644 --- a/cloneall.bash +++ b/cloneall.bash @@ -53,6 +53,7 @@ if [ ! -z "$tmuxa" ]; then tmux send-keys -t $SESSION_NAME:$index ". .env" C-m tmux send-keys -t $SESSION_NAME:$index ". venv/bin/activate" C-m tmux send-keys -t $SESSION_NAME:$index "cd $PWD/$value" C-m + tmux rename-window $value tmux new-window -t $SESSION_NAME -c $PWD done fi -- GitLab