On Sat, Oct 20, 2007 at 12:01:25PM -0400, Paul Pelzl wrote: > On Sat, Oct 20, 2007 at 10:49:48AM -0400, Pete Morris wrote: > > Hi all, > > > > Is it possible to change the change the file wyrd writes "quick" > > reminders to? I'd like to use 'q' to add to ~/todo instead of > > ~/.reminders. > > > > I suppose I could set 'reminders_file' in wyrdrc set to ~/.todo to > > accomplish this. I currently have it set to ~/.reminders, which > > contains only function definitions and INCLUDES. All reminders are > > stored in the INCLUDED files. > > Maybe not quite what you want, but: > > You can specify the reminders file on the wyrd command line, which will > override the setting in your configuration file. So: > > wyrd ~/.todo > (add reminder via 'q' key)
The problem with this is that it doesn't source the .reminders file which INCLUDES all the other reminders. > or > > wyrd -a "meet with Bob tomorrow at 2" ~/.todo This does do what I was describing and works well for adding reminders from the command line. > It seems like the latter might be preferable for your use case. What I ended up doing was setting ~/.todo as the default reminders file both in wyrd and remind (via the $DOTREMINDERS environment variable). I had to put my INCLUDES in ~/.todo but I was able to leave function definitions, etc in ~/.reminders. This way I still have separation between the reminders and the supporting stuff. Thanks, Pete _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
