From 82a87b9fcdc555ce43e09ff14c970a67fce3d335 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 22 Sep 2017 17:56:31 +0200 Subject: [PATCH] Add instructions for Alfred workflow Signed-off-by: Knut Ahlers --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 83a6693..2f27846 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,15 @@ This project is a rewrite of my former password generator written in Python. The My service [Secure Password](https://pwd.luzifer.io/) is powered by this app and will provide you with secure passwords. +### Via [Alfred](https://www.alfredapp.com/) + +1. Ensure you do have Alfred 3 and have enabled the Powerpack +2. Download and open the `PasswordGenerator.alfredworkflow` from [Github releases](https://github.com/Luzifer/password/releases/latest) +3. Let Alfred install the workflow +4. Generate passwords using `pwd 12` or with special characters `pwd 12 s` + +The workflow is set up to automatically check for updates once a day. If you want to check for updates manually open Alfred, enter `pwd workflow:update` and press enter. + ### Via CLI 1. Download the compiled binary from [Github releases](https://github.com/Luzifer/password/releases/latest)