-
(Difference between revisions)
(3 intermediate revisions not shown) Line 9: Line 9: <pre>/usr/local/bin/remind -c+ ~/.reminders</pre><pre>/usr/local/bin/remind -c+ ~/.reminders</pre>- And if you used my [http://wiki.grahamenglish.net/index.php/Remind_Scripts#Convert_Remind_to_iCal tip on using IF statements to avoid duplicate events when syncing back and forth with iCal], use the following commands:+ And if you used my [[Remind_Scripts#Convert_Remind_to_iCal|tip on using IF statements to avoid duplicate events when syncing back and forth with iCal]], use the following commands:Daily:Daily: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")+ + [[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