Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ireminder(1) [debian man page]

IREMINDER(1)							   User Commands						      IREMINDER(1)

NAME
ireminder - Prayer time reminder SYNOPSIS
ireminder [-ipraytime path] [-skip event_name] [-reminder minutes] [-inplace] [-execr cmd] [-execs cmd] [-help] DESCRIPTION
The ireminder script is written in perl and is meant to be a simplistic wrapper to call and process the 'ipraytime' application. ireminder is used to remind the user via audio indicators of an impending Islamic prayer event. OPTIONS
Some of the options within ireminder allow for list inputs, those are meant to be a quoted series of text/numbers. -ipraytime path Specify the path to the ipraytime executable. Unless this options is specified, the script will default to look for the binary in /usr/bin, /usr/local/bin and the current directory. -skip event_name Specify name of prayer/event to skip, valid options include "imsaak fajr shorooq zuhr asr maghrib isha" (list ok). -reminder minutes Specify prior to how many minutes to remind (list ok). -inplace Specify to print output in-place (without scrolling). -execr cmd Specify an external application trigger for reminders. The %m directive is recognized and is substituted with the normal output message or string. The %s directive is recognized and is substituted by the salat's name. -execs cmd Specify an external application trigger for when the salat reaches its appointed time (ie. "salat now"). The %m directive is recog- nized and is substituted with the normal output message or string. The %s directive is recognized and is substituted by the salat's name. -help Produce a help screen. REPORTING BUGS
Report bugs on the web using http://bugs.arabeyes.org AUTHOR
Written by Nadim Shaikli as part of the Arabeyes.org project. COPYRIGHT
iremidner is subject to the GNU General Public License (GPL). Copyright (C) 2006, Arabeyes, Nadim Shaikli. SEE ALSO
The ITL library (libitl) from the Islamic Tools and Libraries project. It is the underlying requirement for ireminder to function. The ITL library was created and is hosted at www.arabeyes.org. ireminder January 05, 2005 IREMINDER(1)

Check Out this Related Man Page

SEND-REMINDERS(1)					User Contributed Perl Documentation					 SEND-REMINDERS(1)

NAME
Send-reminders - send email reminders for special occasions SYNOPSIS
Send emails reminders set by users for special occasions. DESCRIPTION
Email-reminder allows users to define events that they want to be reminded of by email. Possible events include birthdays, anniversaries and yearly events. Reminders can be sent on the day of the event and a few days beforehand. This script is meant to be invoked everyday by a cron job. It mails the actual reminders out. When run by the root user, it processes all of the spooled reminders. When run by a specific user, it only processes reminders set by that user. OPTIONS
--help Displays basic usage message. --simulate Does not actually send any emails out. --verbose Prints out information about what the program is doing, including the full emails being sent out. --version Displays the version number. FILES
~/.email-reminders, /etc/email-reminder.conf AUTHOR
Francois Marier <francois@email-reminder.org.nz> SEE ALSO
email-reminder-editor, collect-reminders COPYRIGHT
Copyright (C) 2004-2010 by Francois Marier Email-Reminder is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. Email-Reminder is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Email-Reminder; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. perl v5.14.2 2012-05-28 SEND-REMINDERS(1)
Man Page