[Remind-Fans] Remind + GrowlNotify

Paul Pelzl pelzlpj at gmail.com
Tue Sep 29 13:59:28 EDT 2009


On Tue, Sep 29, 2009 at 9:03 AM, Manu Kaul <manu.kaul at gmail.com> wrote:
> Macintosh-3:~ manukaul$ nohup remind -z -k'/usr/local/bin/growlnotify -s %s &' /Users/manukaul/.reminders &

This looks incorrect--by default 'growlnotify' takes its input from
stdin, but you are trying to pass the remind message as a command-line
parameter.  The "-m" flag should provide the behavior you are looking
for:

     nohup remind -z -k'/usr/local/bin/growlnotify -s -m %s &'
/Users/manukaul/.reminders &

(This is untested; I just looked at the docs from
http://growl.info/documentation/growlnotify.php .)

Paul



More information about the Remind-fans mailing list