Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 2.11 KB

File metadata and controls

43 lines (30 loc) · 2.11 KB

Alfred Password Generator 🗝

Simple password generator with customizable characters

Why?

Need a quick and simple password generator with customizable characters.

Installation

  1. Download the Alfred Workflow (Password-Generator.alfredworkflow).
  2. Double-click to import into Alfred (requires Powerpack).
  3. Customize workflow variables letters, digits, punctuation (see Variables).

Usage

pw {length} - Generate password with {length} characters. If {length} not specified, defaultLength will be used.

Variables

Key Default Description
defaultLength 16 Password length.
letters abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ Letters allowed in password.
digits 0123456789 Digits allowed in password.
punctuation !"#$%&'()*+,-./:;<=>?@[]^_{|}~ Punctuation allowed in password.

More workflows

License

MIT License