Growl To Notifo
Growl To Notifo is a system service which sends any Growl notifications on your desktop/laptop and sends them to your mobile device using Notifo when Growl thinks you are idle. Growl To Notifo works by using hidden settings within Growl which enable logging all notifications to a file. If you are using this functionality please do not install Growl To Notifo unless you are sure of what you're doing. Growl To Notifo does not save messages and clears the log as it processes notifications.
Growl To Notifo was developed for OS X.
To install Growl To Notifo:
- Find your Notifo username and API Secret on the Notifo Settings page
- Download GrowlToNotifo_1.3.zip
- Open a Terminal and navigate to the directory where you downloaded the zip file. Unzip the file if necessary.
-
In the GrowlToNotifo directory run the following command:
python setup.py -u <username> -p <API_Secret>
To uninstall Growl To Notifo, first follow steps 2 and 3 above. Then, from
a Terminal, execute the following command:
python setup.py --uninstall
Follow me on Twitter to find out about updates for Growl To Notifo. If you encounter any errors, feel free to email me.
Versions
-
1.3
Now way more robust to different timestamp settings
Also fixed an accidentally hard coded value that made 1.2 not work
Modified notifications so that when "Grouped" in Notifo, messages are grouped by application -
1.2 - Do not use
Fixes bugs with odd timestamp issues
Modified notifications so that when "Grouped" in Notifo, messages are grouped by application -
1.1
Fixes bugs after upgrading to Growl 1.2.1 -
1.0
Initial release