Questions tagged [remind]

Remind is a calendar and alarm program with a graphical user interface and printable output.

Remind is a calendar and alarm program with a graphical user interface and printable output.

6 questions
7
votes
1 answer

Remind syntax combining a weekly event with a time range

How should I write "Every Tuesday, Thursday, Friday after 2011 Sep 13, but before Sep 28, with reminder 1 day before event". Now I got REM Tue Thu Fri 13 Sep 2011 +1 UNTIL 28 Sep 2011 MSG Esem, but it doesn't seem to work correctly.
WebMonster
  • 215
  • 1
  • 2
5
votes
1 answer

Have remind send out notifications some days in advance

I have been trying to use the Unix program remind, and so far I enjoy the flexibility. I have set up this command to warn me of any upcoming reminders: ~$ remind -z -k'notify-send "Reminder" "%s"' .reminders/reminders.rem It works, but for some…
rien333
  • 613
  • 4
  • 15
4
votes
2 answers

Running a command at startup

I recently came across "remind" in Linux. I liked it almost immediately, but for my reminders to pop up, I needed to run 'remind' in daemon mode. Done quite simply using the following command: remind -z -k'gmessage %s &' /home/googie/.reminders…
Gautam
  • 223
  • 1
  • 4
3
votes
2 answers

How to install extenion php_intl in centos7?

I want use php_intl.dll in /etc/opt/remi/php70/ini.php. So how to install this extension. I use centos7
xanka
  • 133
  • 1
  • 1
  • 5
2
votes
1 answer

Have *remind* interpret the output of *$shell()*

remind(1) provides a function shell() documented as follows: shell(s_cmd [,i_maxlen]) Executes cmd as a system command, and returns the first 511 characters of output resulting from cmd. Any whitespace character…
phg
  • 1,752
  • 1
  • 16
  • 30
1
vote
4 answers

Remind: How to set reminder every 3 months

I'm trying to use Remind to set a reminder every 3 months, and I'm not sure how to do this based on reading through the man page. I've tried something like this: REM 24 Jan Apr Jul Oct MSG My reminder I would expect this to do the 24th day of…
HowToAsk
  • 11
  • 2