Things 3 task management commands via JavaScript CRUD interface
/plugin marketplace add leobrival/topographic-studio-plugins/plugin install cli-toolkit@topographic-studio-pluginshaikuComplete interface for managing Things 3 via AppleScript and URL schemes. Provides all CRUD operations plus advanced project and area analysis. ## Installation & Verification ## JavaScript Interface ### Basic Usage ## CREATE - Create elements ### `createTodo(title, notes, list, dueDate, tags)` Create a new todo. ### `createProject(title, notes, area, tags)` Create a new project. ### `createArea(title)` Create a new area. ### `addQuickTodo(title, notes)` Quick add via URL scheme (opens Things 3). ## READ - Read elements ### `getAllTodos()` Get all todos. ### `ge...