-
(Difference between revisions)
Line 17: Line 17: <pre>/usr/local/bin/remind -irem2ics=1 -c+ ~/.reminders</pre><pre>/usr/local/bin/remind -irem2ics=1 -c+ ~/.reminders</pre>- -irem2ics=1 is derived from the IF statement IF defined("rem2ics")+ -irem2ics=1 is derived from the IF statement: IF defined("rem2ics")Revision as of 15:24, 19 October 2007
Remind
To show today's reminders:
/usr/local/bin/remind ~/.reminders
To show your weekly calendar:
/usr/local/bin/remind -c+ ~/.reminders
And if you used my tip on using IF statements to avoid duplicate events when syncing back and forth with iCal, use the following commands:
Daily:
/usr/local/bin/remind -irem2ics=1 ~/.reminders
Weekly:
/usr/local/bin/remind -irem2ics=1 -c+ ~/.reminders
-irem2ics=1 is derived from the IF statement: IF defined("rem2ics")
- Meta