Feature Request: Command Palette #2857

Open
opened 2026-01-30 23:07:14 +00:00 by claunia · 0 comments
Owner

Originally created by @yasintz on GitHub (Jul 20, 2019).

Originally assigned to: @zadjii-msft on GitHub.

Summary of the new feature/enhancement

In Profile.json we will define the actions section.

This section is an array and each element takes an Object, the schema can be

{
  "icon" : "...",
  "title" : "...",
  "command": "..."
}

You can add an icon next to the icons at the top right and make the following features.

  • A list will open.

  • Using the information in actions in Profile.json, it will create the elements of the list and execute a command when we click on it.
    I'm leaving a picture to make it more descriptive.
    Untitled

Edit : Where can we find a complete list of shortcut commands that we can use on the Windows-terminal? If there is no such place, is it possible to share in pdf or website form?

Originally created by @yasintz on GitHub (Jul 20, 2019). Originally assigned to: @zadjii-msft on GitHub. <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Summary of the new feature/enhancement In Profile.json we will define the `actions` section. This section is an array and each element takes an Object, the schema can be ```json { "icon" : "...", "title" : "...", "command": "..." } ``` You can add an icon next to the icons at the top right and make the following features. - A list will open. - Using the information in `actions` in Profile.json, it will create the elements of the list and execute a command when we click on it. I'm leaving a picture to make it more descriptive. ![Untitled](https://user-images.githubusercontent.com/36041339/61579310-452c5000-ab0c-11e9-99bf-7b6e96fd8214.png) Edit : Where can we find a complete list of shortcut commands that we can use on the Windows-terminal? If there is no such place, is it possible to share in pdf or website form?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#2857