-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Area-Commandlinewt.exe's commandline argumentswt.exe's commandline argumentsHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-Commandlinewt.exe's commandline argumentswt.exe's commandline argumentsHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.