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) or wyrd -a "meet with Bob tomorrow at 2" ~/.todo It seems like the latter might be preferable for your use case. Paul _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
