[PR #5674] [MERGED] Finalize Command Palette Spec #26419

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/5674
Author: @zadjii-msft
Created: 4/30/2020
Status: Merged
Merged: 6/11/2020
Merged by: @undefined

Base: masterHead: dev/migrie/s/5400-CommandPalette-v1


📝 Commits (10+)

  • c56eb8f Add a ton of text regarding Commandline Mode vs Action Mode
  • fe640ff move this spec out of drafts/
  • 614d1b2 last little todos for review
  • ead76d7 Merge remote-tracking branch 'origin/master' into dev/migrie/s/5400-CommandPalette-v1
  • 2e56436 Move this section to 'future considerations'
  • 0886e8f Merge remote-tracking branch 'origin/master' into dev/migrie/s/5400-CommandPalette-v1
  • 11130a4 Add some notes about the advanced tab switcher and how that might interplay with this
  • f53553f Merge remote-tracking branch 'origin/master' into dev/migrie/s/5400-CommandPalette-v1
  • 0672812 good bot
  • e2eb5f7 Add more examples, command unbinding to make @carlos-zamora happy

📊 Changes

3 files changed (+788 additions, -430 deletions)

View changed files

📝 .github/actions/spell-check/dictionary/dictionary.txt (+0 -3)
doc/specs/#2046 - Command Palette.md (+788 -0)
doc/specs/drafts/#2046 - Command Palette.md (+0 -427)

📄 Description

Summary of the Pull Request

This PR aims to move the command palette spec out of the draft state and into a finalized state for inclusion in the 2.0 version of the Windows Terminal.

Notably, I've added sections regarding the ability to run wt commandlines using the Command Palette UI, something we hadn't considered in the original draft, because wt commandlines didn't land for like 4 months after this first draft.

References

  • #2046 - the original command palette thread
  • #2193 - the original draft PR
  • #5400 - the new command palette megathread for WT 2.0, which I'll be updating with follow-up tasks as we work on implementing this.

PR Checklist

Detailed Description of the Pull Request / Additional comments

read the spec


🔄 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/5674 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 4/30/2020 **Status:** ✅ Merged **Merged:** 6/11/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `dev/migrie/s/5400-CommandPalette-v1` --- ### 📝 Commits (10+) - [`c56eb8f`](https://github.com/microsoft/terminal/commit/c56eb8fd936ddc153c9834ddfc84316624ced744) Add a ton of text regarding Commandline Mode vs Action Mode - [`fe640ff`](https://github.com/microsoft/terminal/commit/fe640ff8943e6d08d8ffd6b1e803084c2b131894) move this spec out of `drafts/` - [`614d1b2`](https://github.com/microsoft/terminal/commit/614d1b21d67c381878771ff10a3d5e6160d899a9) last little todos for review - [`ead76d7`](https://github.com/microsoft/terminal/commit/ead76d7f16c89a5b53c8ded3eafa4270ef3b6790) Merge remote-tracking branch 'origin/master' into dev/migrie/s/5400-CommandPalette-v1 - [`2e56436`](https://github.com/microsoft/terminal/commit/2e564368c8fe13132d2e3a6c2bad3ba37e11a1eb) Move this section to 'future considerations' - [`0886e8f`](https://github.com/microsoft/terminal/commit/0886e8f12d40d840a0c86547fabd69a3d38a6e22) Merge remote-tracking branch 'origin/master' into dev/migrie/s/5400-CommandPalette-v1 - [`11130a4`](https://github.com/microsoft/terminal/commit/11130a4895f58f2f0b76b224649d7aedb6afb407) Add some notes about the advanced tab switcher and how that might interplay with this - [`f53553f`](https://github.com/microsoft/terminal/commit/f53553f4e40332d5a73f9e3e2260df4e127f789d) Merge remote-tracking branch 'origin/master' into dev/migrie/s/5400-CommandPalette-v1 - [`0672812`](https://github.com/microsoft/terminal/commit/0672812e6f58e49421c01343802f993dcbc66ef4) good bot - [`e2eb5f7`](https://github.com/microsoft/terminal/commit/e2eb5f7d75bf3677b6b1e6be02567a684bf54228) Add more examples, command unbinding to make @carlos-zamora happy ### 📊 Changes **3 files changed** (+788 additions, -430 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/spell-check/dictionary/dictionary.txt` (+0 -3) ➕ `doc/specs/#2046 - Command Palette.md` (+788 -0) ➖ `doc/specs/drafts/#2046 - Command Palette.md` (+0 -427) </details> ### 📄 Description ## Summary of the Pull Request This PR aims to move the command palette spec out of the draft state and into a finalized state for inclusion in the 2.0 version of the Windows Terminal. Notably, I've added sections regarding the ability to run `wt` commandlines using the Command Palette UI, something we hadn't considered in the original draft, because `wt` commandlines didn't land for like _4 months_ after this first draft. ## References * #2046 - the original command palette thread * #2193 - the original draft PR * #5400 - the new command palette megathread for WT 2.0, which I'll be updating with follow-up tasks as we work on implementing this. ## PR Checklist * [x] Specs #2046 * [x] I work here * [x] Is documentation ## Detailed Description of the Pull Request / Additional comments _read the spec_ --- <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:15:56 +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#26419