From 6e04a34fe868aba7d9cddee3caa98cd6a4919b61 Mon Sep 17 00:00:00 2001 From: gd Date: Thu, 20 May 2021 20:25:27 +0300 Subject: [PATCH] add README --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..9283cae --- /dev/null +++ b/README @@ -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] [] + + -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.