Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set Terminator tab title via command line #603

Closed
sinister3vil opened this issue May 27, 2022 · 1 comment
Closed

Set Terminator tab title via command line #603

sinister3vil opened this issue May 27, 2022 · 1 comment

Comments

@sinister3vil
Copy link

Hello, I'm trying to find a way to set up the Terminator tab title, not the tile set by the current terminal a la \e]0;TEXT\a, in a scriptable manner.

i.e.
I have a tab and I ssh into various hosts. The title changes based on the remote host, say root@host.
If I split the tab into views then the tab title will change depending on the active view.
If I use the kb shortcut CTRL+ALT+A I can set the tab title myself, and this does not get overwritten when changing hosts, active views etc.

I want to be able to set the title, as it's set with CTRL+ALT+A, in a scriptable manner.

i.e. do something like this

function tssh {
terminator --magictitlecommand $1
ssh ${@:2}
}
@mattrose
Copy link
Member

mattrose commented May 27, 2022

remotinator set_tab_title -t foo works on master, but hasn't been released yet.

I really need to make a new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants