From 16cf71e5925f141e44c81d88fc246528cc8650f3 Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Sun, 14 Dec 2025 16:19:43 -0500 Subject: [PATCH] todo: drop old variant --- home/bin/executable_todo | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 home/bin/executable_todo diff --git a/home/bin/executable_todo b/home/bin/executable_todo deleted file mode 100644 index b39c8a6..0000000 --- a/home/bin/executable_todo +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -if [ -z "$*" ]; then - echo "Usage: todo " - exit 1 -fi - -TASK_NAME="$*" -ENCODED_NAME=$(printf %s "$TASK_NAME" | jq -sRr @uri) -open "omnifocus:///add?name=$ENCODED_NAME&autosave=true"