Stubbs / sublime-vagrant

Vagrant commands for Sublime Text
43 stars 4 forks source link

[Feature request] Custom Vagrant command #34

Open Kristinita opened 7 years ago

Kristinita commented 7 years ago

1. Request

It would be nice, if would be possible to use custom Vagrant commands in Vagrant Sublime Text plugin.

2. Justification

Besides the commands that are already available in this plugin, there are other Vagrant commands. Also, users may use Vagrant plugins. Now users needs input not-included Vagrant commands in terminal, not Sublime Text. It may spend a time.

3. Desirable behavior

Ctrl+Shift+PVagrant: Custom Command → quick panel open → user print any Vagrant command → Enter → command successful run.

4. Examples on other apps

It implemented in Git plugin.

Ctrl+Shift+PGit: Custom Command

CustomCommand1

Quick panel open →

CustomCommand2

user prints any git command → Enter → command successful run.


Thanks.