On Thu, 17 Mar 2011 09:57:19 -0600 Dave Parker <[email protected]> wrote:
> I have another script (triggered by an autokey hotkey)i use to create > new reminders throughout the day for things I need to remember in 7 > minutes, or 45 minutes etc. and end up with a lot of one-time only > rem lines in the rem file. You can use the "-j" option to run Remind in Purge Mode. This cleans out reminders that can never be triggered again. See "man remind" and search for PURGE MODE. You can run a script once a night from cron, something like this: remind -j /path/to/file.rem && mv /path/to/file.rem.purged /path/to/file.rem [Purge mode is relatively new; it was introduced in 03.01.09.] Regards, David. _______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
