An open API service indexing awesome lists of open source software.

https://github.com/philips/cheekh

growl whether on a vm or host machine
https://github.com/philips/cheekh

Last synced: 11 months ago
JSON representation

growl whether on a vm or host machine

Awesome Lists containing this project

README

          

Start of a simple tool to notify completion of long running tasks like
tests via growl whether those tasks run on the local machine or a
virtual machine.

Setting up Growl
----------------
Add a password to Growl in the Allow remote application registration.
hello.py uses "reachforthestars". See growl-setup.png

OSX
---
pip install -r requirements.txt

Ubuntu
------
apt-get install libavahi-compat-libdnssd-dev libavahi-compat-libdnssd1
pip install -r requirements.txt

Uses
----
netgrowl- http://the.taoofmac.com/space/projects/netgrowl
pybonjour- http://code.google.com/p/pybonjour/