From 0b36708720bbc2fee1b7318006c70fed1abd6302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Fri, 17 Nov 2017 11:52:51 +0100 Subject: [PATCH] Initial commit --- README.md | 17 +++++++++++++++++ random-password | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 README.md create mode 100755 random-password diff --git a/README.md b/README.md new file mode 100644 index 0000000..6c1ccee --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# random-password + +> Generate random passwords + +## Overview + +`random-password` randomly generates a password with a specified length (default: 32 characters). + +## Usage + +```sh +$ random-password +6ND@#4>U)=j!?=' | fold -w $LENGTH | head -n 1 | grep -i '[!@#$%^&*()_+{}|:<>?=]'