Closed
Description
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.
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?