Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to "Group" commands #47

Open
definama opened this issue Mar 2, 2022 · 0 comments
Open

Add possibility to "Group" commands #47

definama opened this issue Mar 2, 2022 · 0 comments

Comments

@definama
Copy link

definama commented Mar 2, 2022

It would be great to add the possibility to group commands (See extension "Run Terminal Command").

"command-runner.commands": [
{
"command": "mycommand1",
"name": "My Command Name 1",
"group": "GENERAL",
},
{
"command": "mycommand2",
"name": "My Command Name 2",
"group": "GENERAL",
},
{
"command": "mycommand3",
"name": "My Command Name 3",
"group": "PERSONAL",
},
{
"command": "mycommand4",
"name": "My Command Name 4",
"group": "PERSONAL",
},
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant