[PR #8317] Add "recent commands" to Command Palette in commandline mode #27165

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

Original Pull Request: https://github.com/microsoft/terminal/pull/8317

State: closed
Merged: Yes


Summary of the Pull Request

Add a history to command palette in the command line mode.
Few considerations/limitations

  1. In-memory, 10 entries hard-coded
  2. MRU
  3. List rather than set
  4. The user needs explicitly select command from the history

PR Checklist

Validation Steps Performed

  • Manual testing
**Original Pull Request:** https://github.com/microsoft/terminal/pull/8317 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request Add a history to command palette in the command line mode. Few considerations/limitations 1. In-memory, 10 entries hard-coded 2. MRU 3. List rather than set 4. The user needs explicitly select command from the history ## PR Checklist * [x] Closes https://github.com/microsoft/terminal/issues/8296 * [x] CLA signed. * [x] Tests added/passed * [ ] Documentation updated - irrelevant * [ ] Schema updated - irrelevant * [ ] I've discussed this with core contributors already. ## Validation Steps Performed * Manual testing
claunia added the pull-request label 2026-01-31 09:20:23 +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#27165