Manu Kaul wrote: > Still working on it using geektools. I get it to work but there are some > annoying bits I want to iron out before I can post an alternative solution. > In the meanwhile does anyone know if there is a way of picking up ONLY timed > reminders? The thing is that I would like to see growl notifications for > only the timed ones and not the DAILY ones... the problem arises because I > use geektools to call reminder every 5 minutes or so and it keeps repeating > the daily reminders as well > So any ideas would be welcome.
The "-k" option is a kludge. To do what you want, you'd really need to isolate your timed reminders in their own file, and only run that file with the "-k" option. If you can hack with a scripting language, you might also want to investigate the "-z0" option. This puts Remind in "server mode" in which it runs as a coprocess, communicating with another program over stdin/stdout. This is how TkRemind works; see the SERVER MODE section of the TkRemind man page. Regards, David. _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
