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
- Host: GitHub
- URL: https://github.com/philips/cheekh
- Owner: philips
- Created: 2011-10-08T01:18:18.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-29T19:10:17.000Z (over 14 years ago)
- Last Synced: 2025-03-27T17:27:41.958Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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/