2

Sometimes I'm using a lot of terminals for server communication, and what boders me is that sometimes I'm lost, so I want to organize my terminal windows by name or tag or something that will make a difference betwen terminal A and terminal B.

Now I have something like this:

enter image description here

Any suggestion?

mirsad
  • 194

2 Answers2

2

First I've tried with this, but it's not anymore supported:

gnome-terminal --title="SOME TITLE HERE"

Option "--title" is no longer supported in this version of gnome-terminal.

So I've solved with this: echo -ne '\033]0;New title\007'

mirsad
  • 194
1

You could use terminator. It does support names for terminal windows. You can install terminator by using sudo apt-get install teminator