-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Add support for send-input subcommand #9368
Copy link
Copy link
Closed as not planned
Labels
Area-Commandlinewt.exe's commandline argumentswt.exe's commandline argumentsIssue-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.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.The new Windows Terminal.
Milestone
Metadata
Metadata
Assignees
Labels
Area-Commandlinewt.exe's commandline argumentswt.exe's commandline argumentsIssue-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.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.The new Windows Terminal.
you can execute when creating tab
exp:
wt.exe -w 2 sp -V wsl.exe zsh -ic "l\; /bin/zsh"but there is not way to execute when it's already created or i do sth wrong?
Environment
21322.1000
Windows 10 Feature Experience Pack 321.2906.0.3
wsl2
Linux DESKTOP-RRHRJSC 4.19.128-microsoft-standard #1 .... x86_64 x86_64 x86_64 GNU/Linux
Windows Terminal Preview 1.7.572.0
Steps to reproduce
wsl
wt.exe -w 2 focus-tab -t 3 /bin/bash -c 'ls'
Expected behavior
executes
/bin/bash -c 'ls'in focused tabor
introduce -exec flag that executes passed string
wt.exe -w 2 focus-tab -t 3 -exec "/bin/bash -c 'ls'"Actual behavior
only focuses tab