Skip to content

wt.exe should support -%,--percent for setting a pane's size on the commandline #6298

@zadjii-msft

Description

@zadjii-msft

See also #4632.

This was in the spec but hasn't been implemented yet. Basically just wt ; split-pane -% 30 cmd to open the Terminal with two panes, one that's 70% of the available size, and the other that's got 30%.

Or wt ; split-pane -% 30 cmd, split-pane -% 70 wsl for three panes, one with 70/30 split, and the 30 is then split into 30/70, kinda like:

+-------------------+-------+
|                   |       |
|                   |       |
|                   +-------+
|                   |       |
|                   |       |
|                   |       |
|                   |       |
|                   |       |
|                   |       |
+-------------------+-------+

Metadata

Metadata

Assignees

Labels

Area-Commandlinewt.exe's commandline argumentsIssue-TaskIt's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions