terminator icon indicating copy to clipboard operation
terminator copied to clipboard

set_tab_title for other than the active tab

Open runekaagaard opened this issue 6 months ago • 3 comments

I'm trying to use Claude Code hooks to write a status emoji in the tab title. I can find the current tab title, but set_tab_title seems to always use the currently selected tab. Are there a way to change the title for a tab by UUID or title?

runekaagaard avatar Aug 22 '25 12:08 runekaagaard

are you using remotinator to set the tab title?

mattrose avatar Aug 22 '25 14:08 mattrose

Yes, this is the command I'm running:

remotinator --uuid "$TERMINATOR_UUID" set_tab_title -t "SOME TITLE"

The process (Claude Code) is running inside the tab I want to change, but it's still renaming the title for the active tab.

runekaagaard avatar Aug 22 '25 14:08 runekaagaard

Well, damn. You're right. There's code in there to get the terminal UUID, but not code in that method to map the terminal to a tab, and it just sets the title for the current tab.

I'll take a look at this.

mattrose avatar Aug 22 '25 21:08 mattrose