[Remind-Fans] Ways to use Remind

shipping shipping at gemlog.ca
Sat Oct 8 21:50:58 EDT 2022


I'm looking for interesting ways others use Remind. I am not a very 
sophisticated user, but here are a couple of the cronjobs I use.

11 17 * * * export DISPLAY=":0.0";export 
XDG_RUNTIME_DIR="/run/user/1000";txt=$(/usr/local/bin/remind -q -g 
/home/gemlog/.reminders); /usr/bin/kdialog  --title "Reminders" --msgbox 
"$txt"

16 06 * * * echo 'subject:Reminders List View' 
 >/tmp/cron.txt;/usr/local/bin/remind -b1 -n .reminders $(date +\%Y/\%m/\%d) | sort | head -40 >>/tmp/cron.txt; cat /tmp/cron.txt | /usr/sbin/ssmtp shipping at gemlog.ca

01 06 * * * echo 'subject:Reminders Table 2Wks' >/tmp/cron.txt; 
/usr/local/bin/rem -c+2 >>/tmp/cron.txt; cat /tmp/cron.txt | 
/usr/sbin/ssmtp shipping at gemlog.ca

I have one more involving postscript/pdf that's not quite right yet.
-- 
Regards, Gemlog


More information about the Remind-fans mailing list