Hey!
First post.
I made a workflow. I thought you might like it.
---
pwme - a workflow to quickly generate passwords using pwgen
Generate secure random passwords using pwgen and copy to the clipboard. Prerequisites / installation pwme depends on pwgen and expects pwgen binary to be available at /usr/local/bin/pwgen The easiest way to install pwgen is with Homebrew.
pwgen is available as a Homebrew package, so assuming your Homebrew environment is set up right you simply need to run the following from your console (or via Alfred!): > brew install pwgen
If yo