Open Florent2 opened 13 years ago
Hi,
I try to use terminitor with iTerm2. I could not find how to set the title of a tab. I've tried:
tab :name => "console" do run "rails console" end
but without success, the new tab is titled with the default tab title "Shell".
Found a workaround (using bash):
tab :name => "console" do run "echo -e \"\\033];console\\007\"" run "rails console" end
From http://sites.google.com/site/iterm2home/support "How do I change a tab's title?"
Hi,
I try to use terminitor with iTerm2. I could not find how to set the title of a tab. I've tried:
but without success, the new tab is titled with the default tab title "Shell".