I connect to many servers using Terminator and the tabs will display username@host
This is fine when I have a few tabs but once I get many tabs all I see is username...
Is there a way to display the title of the tabs to just hostname?
This is remote servers so updating my profile won't help.
Thanks
xttitlepackage (sudo apt install xttitle;man xttitle). – waltinator May 30 '23 at 22:44is there a way to have the tab tile just display server instead of user@server?
– ccaj May 31 '23 at 02:09man console_codesthen copyprintf "\e[2$USER@$HOSTNAME^G"(\eis ESCape,^GisCtrl-G) into your cut buffer and paste it into each window. What user are you logging in at the "many servers", and why can't you do a little customization? Managing many servers is an area of practical computer administration. Many tools have been written to help. Do your research - don't reinvent the wheel. – waltinator May 31 '23 at 03:26