From c791858db3de3568f0ea2839c79b360a0dfb15ab Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 10 Sep 2025 11:32:28 +0200 Subject: Initial commit --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..49aa9eb --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Things 3 Quicksilver Plugin. + +This is a plugin for [quicksilver][quicksilver] that lets you interact with your Things 3 database. + +## Actions + +### Show in Things + +* **Direct Objects**: Things tasks, projects, tags, areas, or app sections. +* **What Happens**: The selected object is shown in the Things app. +* **Examples**: Find the "Today" section, show it in the app. Find one of your projects, show it in the app. + +### Search Things for... + +* **Direct Objects**: Any +* **What Happens**: The display name of the object gets searched in Things. +* **Examples**: Use `.` to search any text. Search for a contacts' name, e-mail or phone. -- cgit