Skip to content

Commit 5cb3ba1

Browse files
committed
Release v1.5.0 and update README.md
1 parent 66be817 commit 5cb3ba1

File tree

5 files changed

+35
-5
lines changed

5 files changed

+35
-5
lines changed

README.md

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ Waiting for 60 seconds before clearing the clipboard.
6464
-interactive
6565
./passwordgen --interactive[=false]
6666
(default true)
67-
67+
68+
-memorable
69+
./passwordgen --memorable
70+
6871
-mixed
6972
./passwordgen --mixed
7073

@@ -78,6 +81,33 @@ Waiting for 60 seconds before clearing the clipboard.
7881
-word-chains
7982
./passwordgen --word-chains
8083
```
84+
85+
## Memorable Passwords
86+
87+
```shell
88+
/passwordgen --memorable 12
89+
┌───┬───────────────┐
90+
│ 0 │ [856]Unglue │
91+
├───┼───────────────┤
92+
│ 1 │ 1423(Unfazed) │
93+
├───┼───────────────┤
94+
│ 2 │ {Landowner}4 │
95+
├───┼───────────────┤
96+
│ 3 │ [552]Juror │
97+
├───┼───────────────┤
98+
│ 4 │ Errand{1796} │
99+
├───┼───────────────┤
100+
│ 5 │ 138[Revenge] │
101+
├───┼───────────────┤
102+
│ 6 │ Groove{1768} │
103+
├───┼───────────────┤
104+
│ 7 │ (Getup)1691 │
105+
├───┼───────────────┤
106+
│ 8 │ Cadillac{780} │
107+
└───┴───────────────┘
108+
```
109+
110+
81111
## Password Chains
82112
83113
```shell
@@ -168,8 +198,8 @@ PS C:\Users\somebody\Downloads> .\passwordgen-v1.3.0-windows-amd64.exe -passphra
168198
# Building releases for multiple platforms
169199
170200
```shell
171-
GOOS=darwin GOARCH=arm64 go build -o Release-Binaries/v1.4.x/passwordgen-v1.4.0-darwin-arm64
172-
GOOS=darwin GOARCH=amd64 go build -o Release-Binaries/v1.4.x/passwordgen-v1.4.0-darwin-amd64
173-
GOOS=windows GOARCH=amd64 go build -o Release-Binaries/v1.4.x/passwordgen-v1.4.0-windows-amd64.exe
174-
GOOS=linux GOARCH=amd64 go build -o Release-Binaries/v1.4.x/passwordgen-v1.4.0-linux-amd64
201+
GOOS=darwin GOARCH=arm64 go build -o Release-Binaries/v1.5.x/passwordgen-v1.5.0-darwin-arm64
202+
GOOS=darwin GOARCH=amd64 go build -o Release-Binaries/v1.5.x/passwordgen-v1.5.0-darwin-amd64
203+
GOOS=windows GOARCH=amd64 go build -o Release-Binaries/v1.5.x/passwordgen-v1.5.0-windows-amd64.exe
204+
GOOS=linux GOARCH=amd64 go build -o Release-Binaries/v1.5.x/passwordgen-v1.5.0-linux-amd64
175205
```
3.09 MB
Binary file not shown.
3.11 MB
Binary file not shown.
3.21 MB
Binary file not shown.
3.44 MB
Binary file not shown.

0 commit comments

Comments
 (0)