[PR #3495] [MERGED] Add spec for adding commandline arguments to wt.exe #25388

Open
opened 2026-01-31 09:09:12 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/3495
Author: @zadjii-msft
Created: 11/8/2019
Status: Merged
Merged: 1/15/2020
Merged by: @zadjii-msft

Base: masterHead: dev/migrie/s/607-commandline-args-spec


📝 Commits (10+)

  • 60f00a2 Let's commit this bewfore I go hog-wild on new-window
  • 654d5cb new-window vs new-tab discussion
  • f85b728 Well, this is ready for a review
  • 532cf38 Merge branch 'master' into dev/migrie/s/607-commandline-args-spec
  • fc7d065 -P -> -% for --percent
  • 56c9655 Big note on powershell
  • c119eda Minor typos
  • dbf49eb This is a lot of feedback from PR
  • 6b67b2f Merge remote-tracking branch 'origin/master' into dev/migrie/s/607-commandline-args-spec
  • f8d21f6 Add notes on implementation, based on investigation

📊 Changes

1 file changed (+739 additions, -0 deletions)

View changed files

doc/specs/#607 - Commandline Arguments for the Windows Terminal.md (+739 -0)

📄 Description

Summary of the Pull Request

This is the first draft of a spec for adding commandline arguments to the Windows Terminal. This includes design work for a powerful future version of the commandline args for the Terminal, as well as a way that system could be implemented during 1.0 to provide basic functionality, while creating commadlines that will work without modification in (a future Windows Terminal version).

References

Referenced in the course of this spec:

  • #607 Feature Request: wt.exe supports command line arguments (profile, command, directory, etc.)
  • #1060 Add "open Windows terminal here" into right-click context menu
  • #576 Feature Request: Task Bar jumplist should show items from profile
  • #1357 Draft spec for adding profiles to the Windows jumplist
  • #2080 Spec for tab tear off and default app
  • #632 [Question] Configuring Windows Terminal profile to always launch elevated
  • #2068 New window key binding not working

PR Checklist

Detailed Description of the Pull Request / Additional comments

Read the spec.

This is CURRENTLY a draft. I'm looking for feedback in this step before finishing it. There's not currently any implementation details, because I'd like feedback on the proposal before moving forward.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/3495 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 11/8/2019 **Status:** ✅ Merged **Merged:** 1/15/2020 **Merged by:** [@zadjii-msft](https://github.com/zadjii-msft) **Base:** `master` ← **Head:** `dev/migrie/s/607-commandline-args-spec` --- ### 📝 Commits (10+) - [`60f00a2`](https://github.com/microsoft/terminal/commit/60f00a211c6f17e5d1cc1e0bbd491f0095b4d7ac) Let's commit this bewfore I go hog-wild on new-window - [`654d5cb`](https://github.com/microsoft/terminal/commit/654d5cb64f8568cf2462323ac615d63f012a143c) new-window vs new-tab discussion - [`f85b728`](https://github.com/microsoft/terminal/commit/f85b7283b4c0a4fad4721222a76a468979bbf138) Well, this is ready for a review - [`532cf38`](https://github.com/microsoft/terminal/commit/532cf3843d3c0da82e6baaae9ba8b1da91f5c035) Merge branch 'master' into dev/migrie/s/607-commandline-args-spec - [`fc7d065`](https://github.com/microsoft/terminal/commit/fc7d065135612229d356a8b12ca199819b7f76c5) -P -> -% for --percent - [`56c9655`](https://github.com/microsoft/terminal/commit/56c9655bd3746619b8e1e0b1edaace2207876e68) Big note on powershell - [`c119eda`](https://github.com/microsoft/terminal/commit/c119edac76488478e817dafb5ff31da48d4d3a9c) Minor typos - [`dbf49eb`](https://github.com/microsoft/terminal/commit/dbf49eb9748b93916ea4b3c9017640e84c21c5fd) This is a lot of feedback from PR - [`6b67b2f`](https://github.com/microsoft/terminal/commit/6b67b2ff12357f3e37ef6c3539c77a53211761f3) Merge remote-tracking branch 'origin/master' into dev/migrie/s/607-commandline-args-spec - [`f8d21f6`](https://github.com/microsoft/terminal/commit/f8d21f68925c3f07bd7276c0088bdecc4d3c9c9f) Add notes on implementation, based on investigation ### 📊 Changes **1 file changed** (+739 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `doc/specs/#607 - Commandline Arguments for the Windows Terminal.md` (+739 -0) </details> ### 📄 Description ## Summary of the Pull Request This is the first draft of a spec for adding commandline arguments to the Windows Terminal. This includes design work for a powerful future version of the commandline args for the Terminal, as well as a way that system could be implemented during 1.0 to provide basic functionality, while creating commadlines that will work without modification in (a future Windows Terminal version). ## References Referenced in the course of this spec: * #607 Feature Request: wt.exe supports command line arguments (profile, command, directory, etc.) * #1060 Add "open Windows terminal here" into right-click context menu * #576 Feature Request: Task Bar jumplist should show items from profile * #1357 Draft spec for adding profiles to the Windows jumplist * #2080 Spec for tab tear off and default app * #632 [Question] Configuring Windows Terminal profile to always launch elevated * #2068 New window key binding not working ## PR Checklist * [x] Specs #607 * [x] I work here * [x] _it's a spec_ ## Detailed Description of the Pull Request / Additional comments Read the spec. This is _CURRENTLY_ a draft. I'm looking for feedback in this step before finishing it. There's not currently any implementation details, because I'd like feedback on the proposal before moving forward. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:09:12 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#25388