things-to-remember checklist
git clone https://git.lucas.co/cce-list.git
cce-list-sync.service (384B)
1 # One two-way sync pass between iCloud Reminders and cce-list's list.md
2 # (see src/bin/sync.rs). Driven by cce-list-sync.timer; harmless to start by
3 # hand. Failures (locked keyring, no network, iCloud down) exit nonzero and
4 # the timer simply tries again next tick.
5 [Unit]
6 Description=Sync iCloud Reminders with cce-list
7
8 [Service]
9 Type=oneshot
10 ExecStart=%h/.local/bin/cce-list-sync