Skip to content

Instantly share code, notes, and snippets.

@mp3fbf
mp3fbf / reminders-cli
Last active January 15, 2026 03:24
reminders-cli for Apple Reminders
#!/bin/bash
# reminders-cli - CLI para Apple Reminders via JXA
# Versão com código inline (uma linha)
set -e
json_error() {
echo "{\"success\": false, \"data\": null, \"error\": \"$1\"}"
exit 1
}