Modified syntax to accept 'about' as the task mnemonic in addition to 'to'.
[remindme.git] / README
blob7f5a3bfabb4f3bb6d8c4fc3ad8c0c142651fe9e7
1 remindme
2 ========
4 It takes too much time for me to add reminders for my day-to-day tasks. Firing
5 up an editor and typing all that remind syntax is something that can be
6 avoided. Also, it really hurts to look at the calendar to figure out fuzzy
7 dates like "tomorrow", or "sat". I was planning to write this big Perl script
8 which would do the heavy lifting for me. Instead, I found Date::Manip which
9 already does the heavy lifting. It understands stuff like "tomorrow" and "sun".
10 I just needed a small 'remindme' script then
12 This is that script. There's also bash-completion.