Vagrant::Notify
A Vagrant plugin that forwards notify-send from guest to host machine, tested
using Ubuntu as guest and host machine.
Installation
Make sure you have Vagrant >= 1.1 around and run:
$ vagrant plugin install vagrant-notify
Usage
Whenever you run vagrant up, a Ruby TCPServer
will fire up on a port within the usable port range
and a script
will be copied over to the guest machine to replace the original notify-send
command.
If by any chance your IP changes, you can run vagrant provision in order to
update the guest script with the new IP.
Known issues
vagrant suspenddoes not stop the notification server
Contributing
- 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

