A small python menubar app for managing Vagrant VMs on Mac OS
- Mac OS (tested on High Sierra)
- Python 3
- rumps & apscheduler
sudo pip3 install -r requirements.txt
./Bar.py
This app(let) is able to automatically detect ports which have been changed due to port colissions. As long as the guest port is 80, 8000 or 8080 (configured in Vagrant.py), the correct port will be used when selecting "Open in Browser".
This is a very early prototype. Be careful!