summaryrefslogtreecommitdiff
path: root/README.adoc
blob: 0e846f0991363a2d72739acc3939e54f52ad4ade (plain)
    1 Unicode pwgen README
    2 ====================
    3 
    4 Upwgen is a password generator with international support.
    5 
    6 **Note**: It is likely that not all characters will be supported by your
    7 terminal font. Regardless, most softwares offer font fallback to render the
    8 maximum number of characters possible. Even if your font cannot render the
    9 characters, copy and paste will probably still work.
   10 
   11 The default character set selected if no custom set is specified is ASCII 33 -
   12 126, or English lower case, upper case, numbers, and some symbols (if a
   13 standard US keyboard can type it, it is in this default group).
   14 
   15 Usage
   16 -----
   17 
   18   upwgen [options] [length]
   19 
   20 
   21 Options
   22 -------
   23 
   24 * **-c,--capitalize**: Include at least one capital letter in output
   25 * **-l,--lower**:      Include at least one lower case letter in output
   26 * **-n,--numerals**:   Include at least one numeral in output
   27 * **-y,--symbols**:    Include at least one symbol in output
   28 * **-i,--i18n**:       Include at least one international letter in output
   29 * **-h,--help**:       Print the helptext

Generated by cgit