A fast vagrant global-status command.
vagrant-global-status
is fast vagrant global-status
command.
It parses directly vagrant machine-index file, not use Ruby VM.
$ time vagrant global-status
vagrant global-status 0.97s user 0.09s system 99% cpu 1.072 total
$ time vagrant-global-status
vagrant-global-status 0.00s user 0.00s system 68% cpu 0.007 total # fast!!
$ vagrant-global-status
3369de2 default virtualbox poweroff /Users/name/vagrant-dir
If you are using peco, you can select vagrant-global-status, and execute command !
See: vagrant-peco
$ go get github.com/monochromegane/vagrant-global-status/...
Download from the following url.
vagrant-global-status
depends on the following.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request