REMIND(1) | General Commands Manual | REMIND(1) |
remind
— sets and
issues reminders
remind |
[-a ] [-c
COLOUR_PAIRS] [-D
n[,n ...]] [-d
DATE] [-e ]
[-f FILENAME]
[-h ] [-i ]
[-L ] [-l ]
[-m n[,n ...]]
[-P POINTER]
[-p ] [-q ]
[-r REPEAT]
[-s ] [-t
TIMEOUT] [-u
URGENCY] [-v ]
[-w WARNING]
[-X n[,n ...]]
[message] |
remind
enables the user to record both
date-based and on-going actions, and to issue reminders that these actions
are outstanding. Actions may be given an urgency, may be timed-out
automatically after a set number of days, and, for date-based actions, may
be given a user-specified number of days warning.
When first defined, an action is assigned a unique number for
identification purposes. Remind records the information in a file, by
default named remind.db in the current directory. If
invoked with no options, or one of the reporting options (-alLps) it will
produce the desired reminder report. If invoked with a message, and no date,
an on-going (or standard) action is defined. The -d
option, together with a message, or a message of which the first word is a
date, defines a date-based (periodic) action.
-a
-c
f,b f,b f,b f,b-c
argument is given. Colour pair codes are as defined by ANSI Select Graphic
Rendition subset. The -c
argument may be specified
with any invokation of remind, e.g. during
remind.db file initialisation or reporting.-D
n[,n ...]-q
switch is specified, the
contents of the action are nulled.-d
DATE-e
-f
-h
-u
(urgency) and
-c
(colour) settings. Highlighting uses ANSI
escape sequences and colours. If omitted, no highlighting is
performed.-i
-q
switch will
cause this confirmation question to be omitted).-L
-l
-s
or -p
options may be
specified and will restrict the report to standard or periodic actions
respectively.-m
n[,n ...]-P
POINTER-p
-q
-r
REPEAT-s
-t
TIMEOUTremind
will automatically delete an action
TIMEOUT days after its defined date.-u
URGENCY-u
argument is specified for reporting, only
actions of that urgency are reported. Zero is a valid urgency, and is the
only time the background actions will be displayed.-v
-w
WARNING-X
n[,n ...]The following environment variables affect the execution of
remind
REMIND_FILE
-f
command
switch.REMIND_TIME
remind
. Value
must of the form dd/mm[/yyyy].remind
stores actions in a file. The
default name is remind.db, located in the current
working directory. This default may be overridden by the
REMIND_FILE environment variable or by specifying the
-f
command switch.
Before any actions can be defined, a
remind.db file must be created and initialised via
the -i
command argument. The default remind data
file name may be overridden through the -f
command
switch.
To initialise a remind.db file:
remind -i -c 37,41 37,44 30,47
37,40
To define some standard and periodic actions:
remind Call Fred re outline
plan
remind -u 1 Finish expense
report!!
remind -d 5/8 -t 1 Product meeting at
head office
remind 16/7 Wedding
anniversary!!
remind -r m 1/1 Monthly report
due
remind -m 1 &
(7731829)
remind -sd 7/10 New reporting
procedure commences
remind -r n1,1 Team meeting on first
Monday of every month
remind -r w4,2 -w 2 Sales meeting
every second Thursday
Warning period includes weekends. There should be an option to ignore non-working days when calculating when to issue a reminder
May 15, 2020 | Debian |