Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 768 Bytes

File metadata and controls

10 lines (9 loc) · 768 Bytes

passwordgeneratorlinux

Espanso extension for generating passwords. For now this extension is only supported on unix systems, beacause of the difference of path between dos an unix systems. If your are looking this extension for windows go to passwordgeneratorwin.

Installation

espanso install passwordgeneratorlinux --git https://github.com/viera97/passwordgeneratorlinux --external

Usage

  • By typing :genpass: a 12 length password will be generated containing lower and upper characters, symbols and digits.
  • By typing :genpass(n) where $n>4$ is an integer number you can generate a $n$-length password containing lower and upper characters, symbols and digits.