achiurizo / consular

Terminal automation
http://rdoc.info/github/achiu/consular/master/file/README.md
MIT License
813 stars 46 forks source link

Set tab name #16

Closed grahamb closed 13 years ago

grahamb commented 14 years ago

It would be very useful if the tab name were set to the same name defined in the workspace file. You can do this by setting PS1: PS1=$PS1"\e]2;Tab Name Here\a"

This preserves the user's current prompt setting while setting the title. I'm putting that as the first line in the workflow for now:

achiurizo commented 13 years ago

thanks for the feature request and tip! as of 552f0b72b64e53aa5c59818a77bd8ef3007ff30f, this feature has been adding. please reopen if needed!