[Remind-Fans] Can I have a message and run a command on a reminder?
David F. Skoll
dfs at roaringpenguin.com
Tue Nov 11 07:15:57 EST 2008
David Creelman wrote:
> Is there some way I can have a message (so that it will show up on a calendar)
> and a RUN, so I can send myself reminder emails ?
A few of possibilities:
1) REM .. RUN some_command %"with arguments%"
will make everything between %"...%" show up on the calendar.
2) Use two REM commands:
REM ... RUN command
REM ... MSG foo
3) An IFTRIG block:
IFTRIG ...
REM RUN cmd
REM MSG foo
ENDIF
(not recommended, though; it breaks the substitution filter.)
Regards,
David.
More information about the Remind-fans
mailing list