add README
This commit is contained in:
parent
3fb4cce881
commit
6e04a34fe8
13
README
Normal file
13
README
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
pwc
|
||||||
|
|
||||||
|
Password Copy
|
||||||
|
|
||||||
|
Generate password and copy it to clipboard via xclip. Generated password will not printed in termainal.
|
||||||
|
|
||||||
|
Default password lenght is 12 characters.
|
||||||
|
|
||||||
|
Usage: pwc [-h | --help] [-s | --special] [-p | --print] [<lenght>]
|
||||||
|
|
||||||
|
-s, --special use punctuation characters in password.
|
||||||
|
-p, --print print password to STDOUT instead of copy to clipboard.
|
||||||
|
-h, --help print this help message and exit.
|
Loading…
Reference in New Issue
Block a user