On Tue, Sep 29, 2009 at 9:03 AM, Manu Kaul <[email protected]> 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
_______________________________________________
Remind-fans mailing list
[email protected]
http://lists.whatexit.org/mailman/listinfo/remind-fans