todo: drop old variant

This commit is contained in:
Matthew Ryan Dillon 2025-12-14 16:19:43 -05:00
parent 36e4633ebf
commit 16cf71e592

View file

@ -1,10 +0,0 @@
#!/bin/bash
if [ -z "$*" ]; then
echo "Usage: todo <task name>"
exit 1
fi
TASK_NAME="$*"
ENCODED_NAME=$(printf %s "$TASK_NAME" | jq -sRr @uri)
open "omnifocus:///add?name=$ENCODED_NAME&autosave=true"