-
(Difference between revisions)
Line 18: Line 18: -irem2ics=1 is derived from the IF statement: IF defined("rem2ics")-irem2ics=1 is derived from the IF statement: IF defined("rem2ics")+ + [[category:Remind]]Current revision as of 18:05, 25 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