Is there a way to name a terminal window or even better give each tab a name. at the moment they just get the underlying process name : for example a tab running elasticsearch gets the name java
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
You can use @bubu 's solution, or you can right click on the tab, select "Inspect Tab", and set the title from there. |
|||||||||
|
|
Well. echo -n -e "\033]0;In soviet russia, the title bar sets you\007" will set your title to "In soviet russia, the title bar sets you" |
|||||||||||||||||
|