Update 2024-02-19 09:29 OpenBSD/amd64-x13
This commit is contained in:
parent
d4d678a0b4
commit
bae0b5512e
@ -1,26 +0,0 @@
|
||||
#!/bin/sh -xe
|
||||
|
||||
# snapshot
|
||||
cd /home/sdk/.reminders
|
||||
git add *
|
||||
git commit -m "Update $(date +"%Y-%m-%d %H:%M:%S")" || true
|
||||
|
||||
# copy uugrn calendard to dalek
|
||||
scp -q vorstand@vorstand.uugrn.org:private/Kalender/uugrn.rem \
|
||||
sdk@home.codevoid.de:.reminders/uugrn.rem
|
||||
|
||||
# copy all calendars from dalek to local
|
||||
scp -q sdk@home.codevoid.de:.reminders/\*.rem \
|
||||
/home/sdk/.reminders/
|
||||
|
||||
# download vcal/vcard from icloud / radical
|
||||
vdirsyncer sync
|
||||
|
||||
# create import.rem from ical events (XXX fix this mess)
|
||||
find ~/.isync -name "*.ics" -exec cat {} + \
|
||||
| ical2rem --no-todos \
|
||||
| fgrep -v "REM MSG" \
|
||||
| sed 's,\\n, ,g' \
|
||||
| tr -d '\' \
|
||||
| sed 's/ / /g' \
|
||||
> /home/sdk/.reminders/import.rem
|
20
.reminders.rem
Normal file
20
.reminders.rem
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
|
||||
SET $DefaultColor "255 0 0"
|
||||
include .reminders/personal.rem
|
||||
SET $DefaultColor "0 0 255"
|
||||
include .reminders/birthdays.rem
|
||||
SET $DefaultColor "255 0 0"
|
||||
include .reminders/uugrn.rem
|
||||
|
||||
SET $DefaultColor "0 255 0"
|
||||
include .reminders/import.rem
|
||||
|
||||
|
||||
SET $DefaultColor "-1 -1 -1"
|
||||
REM Sat Sun SPECIAL SHADE 32
|
||||
REM [moondate(0)] SPECIAL MOON 0
|
||||
REM [moondate(1)] SPECIAL MOON 1
|
||||
REM [moondate(2)] SPECIAL MOON 2
|
||||
REM [moondate(3)] SPECIAL MOON 3
|
||||
|
Loading…
Reference in New Issue
Block a user