RemindMe


Introduction

RemindMe is the software equivalent of an egg timer. It allows you to specify a time and a message. When the time specified elapses, the message will be displayed. The time and message can be specified form the command line, or entered into a dialog box. It was designed to be light weight and easy to use, allowing the user to quickly set a reminder when something comes up.


Installation

To compile this application you need the GTK and Libglade libraries installed. To install globally (recommended) first download and unpack the project source from the project page, change to the root user, then run the following from within the source directory.:

make all
make install
make clean


Usage

If the program is run with no parameters, you will be prompted for the required information. If you wish to provide the information from the command line, the syntax is as follows:

remindme <hours> <minutes> <message>

example: remindme 0 25 "Take pizza out of the oven."


Additional Information

RemindMe is OSI certified open source software, released under the new BSD license.