Dianne Skoll
e3ec6565e9
Add support for -k: option --- applies command only to *queued* reminders.
2023-03-13 15:16:24 -04:00
Dianne Skoll
2f196e3c9f
Update copyright year. :)
2022-12-30 13:43:28 -05:00
Dianne Skoll
0cea410529
Add a bunch of: "SPDX-License-Identifier: GPL-2.0-only" comments.
2022-12-26 14:24:33 -05:00
Dianne Skoll
a1eafb2c89
Add NOQUEUE modifier; reverse order of args to soleq and make second arg optional (defaults to today())
2022-12-23 11:04:18 -05:00
Dianne Skoll
387125d983
Start fixing terminology: Julian becomes DSE
...
Remind's so-called "Julian" date is not a true Julian date.
It's really the number of days since the Remind Epoch, so rename
to DSE (Days Since Epoch)
2022-12-21 13:14:00 -05:00
Dianne Skoll
1ae00ce778
No need to reset NumTriggered.
2022-09-21 19:11:30 -04:00
Dianne Skoll
a01e05c1db
Fix bug introduced in commit 98c5bf511e:
...
Don't print a banner when issuing a queued reminder.
2022-09-21 18:17:25 -04:00
Dianne Skoll
8405ea6c53
Add note about how to kill remind in queue mode.
2022-08-06 08:34:16 -04:00
Dianne Skoll
4e80ce1159
Don't make SIGINT kill a background process; don't call printf from a signal-handler; use sigaction instead of signal
2022-08-05 22:04:44 -04:00
Dianne Skoll
1731710ef2
Minor reformatting of source.
2022-05-19 09:01:11 -04:00
Dianne Skoll
878ab1a8bc
Fix a bunch of spelling mistakes found by Jens Schleusener
2022-03-15 14:40:46 -04:00
Dianne Skoll
4d17494371
Bump copyright date.
2022-03-14 21:12:20 -04:00
Dianne Skoll
d0112adb08
Sleep with higher precision in -z0 mode.
2021-12-28 10:32:06 -05:00
Dianne Skoll
34409f7a7d
Update copyright year.
2021-04-02 10:43:54 -04:00
Dianne Skoll
efa4816371
Properly-form JSON output.
2020-03-03 10:36:01 -05:00
Dianne Skoll
cd39480a98
Remove extraneous spaces.
2020-02-27 16:50:44 -05:00
Dianne Skoll
281a1a206e
Implement JSONQUEUE daemon command.
2020-02-27 15:18:23 -05:00
Dianne Skoll
6b991cdf9c
Refactor saving of trigger info.
2020-02-23 11:38:17 -05:00
Dianne Skoll
fbbffb4672
Bump version to 3.1.18 and copyright year to 2020.
2019-12-30 11:15:00 -05:00
Dianne Skoll
3180c781ed
Start working on making bits of the trigger and time trigger introspectable.
2019-12-28 16:37:47 -05:00
Dianne Skoll
632152e8b6
Remember the last trigger and time trigger.
2019-12-28 16:24:16 -05:00
Dianne Skoll
3095fd7e4a
Enable warning-free compilation even with -Wextra.
2019-11-04 16:35:14 -05:00
Dianne Skoll
9841cdd355
When dumping queue contents, omit expired reminders.
2018-11-28 14:27:40 -05:00
Dianne Skoll
32fb1706c8
Fix a few more SystemTime calls.
2018-11-04 13:47:18 -05:00
Dianne Skoll
c9e6cd9796
Queue should use actual clock in computer.
2018-11-04 13:45:23 -05:00
Dianne Skoll
81677528a5
In -z0 mode, wake up exactly on the minute.
2018-11-04 13:39:00 -05:00
Dianne Skoll
52d252723f
Depenguinization.
2018-11-04 10:56:47 -05:00
Dianne Skoll
011a95ebbd
Format the queue output better.
2018-04-19 14:01:09 -04:00
Dianne Skoll
7d6617d21e
Finish adding queue feature.
2018-04-18 10:57:51 -04:00
Dianne Skoll
f684baeeb9
Add a QUEUE daemon command to dump the queue.
2018-04-18 10:43:49 -04:00
David F. Skoll
29c8475ea9
s/David/Dianne/
2015-04-17 02:07:18 -04:00
David F. Skoll
643f394e6a
Bug fix: If there are no tags, emit a "*" when doing NOTE reminder ...
2010-10-12 15:39:08 -04:00
David F. Skoll
6d047c2856
Use a dynamic buffer to accumulate tags instead of a special-purpose data structure.
2010-09-29 14:07:14 -04:00
David F. Skoll
be86746685
Support multiple TAGs in a single REM.
2010-09-23 15:47:22 -04:00
David F. Skoll
a1faa8d804
Finish up Purge Mode:
...
o Make it recognize constant expressions (yay!)
o Make it not add a blank line to end of *.purged files.
o Make it nuke #!P comments in the source files.
2010-04-21 09:02:25 -04:00
David F. Skoll
aae76207ec
Fix bug in SCHED function calculation (RT #15644 )
2009-09-06 18:36:34 -04:00
David F. Skoll
ce3bb191c4
More code cleanups and const-correctness.
2008-01-30 21:37:19 -05:00
David F. Skoll
518aab3d02
Don't trash argv[] so reread works properly.
2008-01-28 11:28:17 -05:00
David F. Skoll
f055664f77
More const-correctness.
2008-01-27 11:02:03 -05:00
David F. Skoll
ba3e01f2ce
Add a bunch of const qualifiers.
2008-01-26 21:55:58 -05:00
David F. Skoll
e6c0371be1
Make calendar times show duration.
2007-09-16 17:44:33 -04:00
David F. Skoll
902b7895b7
Merge branch 'master' of ssh://magnesium.roaringpenguin.com/home/dfs/personal-git-repos/Remind
2007-09-05 07:04:36 -04:00
David F. Skoll
1c80bb649f
Trigger queued reminders at least once even if we hibernate past trigger time.
2007-09-05 07:04:11 -04:00
David F. Skoll
d834760cda
Merge branch 'master' of ssh://magnesium.roaringpenguin.com/home/dfs/personal-git-repos/Remind
2007-09-04 21:46:16 -04:00
David F. Skoll
1bc78650bf
Exit in queue mode if date rolls over.
2007-09-04 21:44:59 -04:00
David F. Skoll
ec4e203099
Fix typo that caused SEGV.
2007-09-04 14:38:46 -04:00
David F. Skoll
d23528da82
Don't trigger reminders if they are more than 60 seconds in the past.
...
We want to avoid a huge flurry of triggering up emerging from suspend
or hibernation on a laptop.
2007-09-04 14:24:32 -04:00
David F. Skoll
7401a0ba23
In queue mode, wake up once a minute to recalibrate sleep time. Required
...
for laptops that hibernate or suspend.
2007-09-04 14:16:12 -04:00
David F. Skoll
c072698927
Handle queued SPECIAL COLOR reminders properly.
2007-08-31 11:00:49 -04:00
David F. Skoll
fc658d15d4
Fix typos. Document -y option.
2007-08-11 22:22:12 -04:00