epilande / alfred-password-generator

πŸ— Workflow to generate passwords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ— Workflow to generate passwords

License:MIT License


Languages

Language:Python 100.0%