-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Open
Labels
Area-Commandlinewt.exe's commandline argumentswt.exe's commandline argumentsIssue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.Product-TerminalThe new Windows Terminal.The new Windows Terminal.
Milestone
Description
So I can do something like wt good-morning and have it immediately start up with my Good Morning actions. Maybe something like
{
"command": {
"action": "wt",
"subcommand": "good-morning",
"commandline": "nt ; sp"
},
"name": "Good Morning"
},that lets the given commandline be treated as the provided commandline.
I suppose:
- does it have to be limited to
wtactions? - what happens for
wt good-morning ; new-tab? - does
{ "command": {"action": "wt", "subcommand": "gm", "commandline": "good-morning" } }work?
Also relevant: #6899, #6899 - Action IDs.md
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-Commandlinewt.exe's commandline argumentswt.exe's commandline argumentsIssue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.Product-TerminalThe new Windows Terminal.The new Windows Terminal.