After reading about Remind and its various related apps on the 43folders site, I thought it was a natural fit for Marlin’s earlier tips about appending text with QuickSilver. When I tried to do this, however, I found that Quicksilver doesn’t display hidden files by default. I’m sure they are as ugly as ugly can be, but here are a couple of ways I hacked together to make it work: (you’ll need to read the above-mentioned links for the context of this comment)
1- Invoke Quicksilver and type in the line of text to send to Remind. (Typing a period after invoking brings up the text entry mode).
2- Hit tab and type APP to bring up the “Append to text” command.
3- Hit tab again, then to navigate to a hidden file, type the parent directory (in this case, your home directory, which is represented by the ~ character) then hold down the option key while pressing the right arrow (or /). This will list all of the contents of that directory. Since we’re after the .reminders file, you can type REM to select the file (if you type a period, you’ll go to text entry mode again) or navigate to the file with your arrow keys or [QS junkie shudder] using your mouse.
4- Hit enter and you’re done.
ALTERNATIVELY:
1- Navigate to your home folder in the terminal.
2- Create a link (alias) to the .reminders file by typing ln .reminders reminders.txt
This will create a visible file called reminders.txt that points to the invisible .reminders file used by Remind (somebody please yell at me if I’ve broken something by doing this…)