From 29c6cc13be69d711156d82cd47ae7109bc0d9e4d Mon Sep 17 00:00:00 2001 From: Titouan Mathis Date: Sun, 10 Mar 2024 16:37:31 +0100 Subject: [PATCH] Update docs --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 913daf4..4866c81 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,18 @@ Once this is done, open Alfred and use the `pp` keyword to list all tasks from y You may need to allow the execution of the static PHP CLI shipped with the Workflow. To do so, right click on the workflow in Aflred and choose "Open in Finder", then, if you are on a M1 or greater, right on the `bin/php-8.2.13-cli-macos-arm64` (otherwise use the one ending with `x86_64`) file and choose `Open with → Terminal`. You should be prompted by macOS to indicate if you trust this executable or not, choose as you prefer (if you refuse, the workflow will not work), then quit the Terminal app. +## Usage + +The following commands are available: + +| Keyword | Action | +| `ppt` | Get all tasks | +| `ppp` | Get all projects | +| `ppd` | Get all deals | +| `ppc` | Get all companies | +| `ppg` | Get all people (`g` for `gens` which means `people` in French) | +| `pps` | Get all services | + ## Credits Thanks to [crazywhalecc/static-php-cli](https://github.com/crazywhalecc/static-php-cli) for the static PHP executables and to [brandlabs/productiveio](https://github.com/brandlabs/productiveio) for the [Productive.io](https://productive.io) SDK