set tabTitle in commandline #8568

Closed
opened 2026-01-31 01:32:46 +00:00 by claunia · 2 comments
Owner

Originally created by @dakom on GitHub (May 25, 2020).

The documentation states that a constant static title can be achieved, regardless of shell, by setting the tabTitle and suppressApplicationTitle settings in the profile blocks.

If tabTitle could be set as a commandline argument, then together with suppressApplicationTitle in the settings we could do something like this in a open-workspace.bat

@echo off
start /b wt.exe new-tab -d .\frontend --title "Frontend" ; new-tab -d .\backend --title "Backend"; new-tab -d .\types --title "Shared Types"

This would allow creating something like a workspace with nicely named tabs :)

I'm not sure what the short name should be since -t has meaning in other commands. Though since there's no conflict with new-tab I guess it's okay?

Originally created by @dakom on GitHub (May 25, 2020). The documentation states that a constant static title can be achieved, regardless of shell, by setting the `tabTitle` and `suppressApplicationTitle` settings in the profile blocks. If `tabTitle` could be set as a commandline argument, then together with `suppressApplicationTitle` in the settings we could do something like this in a `open-workspace.bat` ```bat @echo off start /b wt.exe new-tab -d .\frontend --title "Frontend" ; new-tab -d .\backend --title "Backend"; new-tab -d .\types --title "Shared Types" ``` This would allow creating something like a workspace with nicely named tabs :) I'm not sure what the short name should be since `-t` has meaning in other commands. Though since there's no conflict with `new-tab` I guess it's okay?
Author
Owner

@zadjii-msft commented on GitHub (May 26, 2020):

Oh huh, this is tracked in #4632, but looks like it never got it's own issue. Congratulations, this is now that issue.

@zadjii-msft commented on GitHub (May 26, 2020): Oh huh, this is tracked in #4632, but looks like it never got it's own issue. Congratulations, this is now that issue.
Author
Owner

@ghost commented on GitHub (Jun 18, 2020):

:tada:This issue was addressed in #6296, which has now been successfully released as Windows Terminal Preview v1.1.1671.0.🎉

Handy links:

@ghost commented on GitHub (Jun 18, 2020): :tada:This issue was addressed in #6296, which has now been successfully released as `Windows Terminal Preview v1.1.1671.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v1.1.1671.0) * [Store Download](https://www.microsoft.com/store/apps/9n0dx20hk701?cid=storebadge&ocid=badge)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#8568