@@ -71,55 +71,52 @@ Waiting for 60 seconds before clearing the clipboard.
7171` ` ` shell
7272./passwordgen -w ord-chains 32
7373+────+──────────────────────────────────+
74- │ 00 │ methaqualone:auction:malicious:d │
74+ │ 00 │ afterlife_roundworm_winnings_div │
7575+────+──────────────────────────────────+
76- │ 01 │ supernatural \p roductivity \r ein \s │
76+ │ 01 │ posture * routing * browse * turbofan * │
7777+────+──────────────────────────────────+
78- │ 02 │ bbeg:outrageous:quondam:kaph:wis │
78+ │ 02 │ earflap = action = take = coil = constru │
7979+────+──────────────────────────────────+
80- │ 03 │ oceanic/mercantile/allah/jury_ri │
80+ │ 03 │ cognitive & nutty & cork & renewal & sit │
8181+────+──────────────────────────────────+
82- │ 04 │ oasthouse * gain * rainmeter * barbari │
82+ │ 04 │ viscous \s howman \f inale \a brasion \ │
8383+────+──────────────────────────────────+
84- │ 05 │ rein $jupiter$xizang$uvulopalatop │
84+ │ 05 │ snowplow#launch#unaltered#refill │
8585+────+──────────────────────────────────+
86- │ 06 │ nonetheless | fidelity | adapt | lingo │
86+ │ 06 │ tamper/unloved/quickly/spoilage/ │
8787+────+──────────────────────────────────+
88- │ 07 │ a_lot-accord-beestings-audiomete │
88+ │ 07 │ shifty = regular = unscrew = confused = │
8989+────+──────────────────────────────────+
9090` ` `
9191
9292# # Mixed Passwords
9393
94- Mixed passwords only work on Mac, Linux, and Unix.
95-
9694` ` ` shell
9795./passwordgen -mixed 25
9896+────+───────────────────────────+
99- │ 00 │ * lemnad-oxysalt-choreus * ) │
97+ │ 00 │ (rocky-outer-gliding)g)02 │
10098+────+───────────────────────────+
101- │ 01 │ recco_-fissive_-Giansar > ~ │
99+ │ 01 │ { && reunion-payee & -playpen │
102100+────+───────────────────────────+
103- │ 02 │ 0{@iffy-Marconi@-patent}3 │
101+ │ 02 │ <<! batboy-atlas-unmoved !> │
104102+────+───────────────────────────+
105- │ 03 │ [aflush-hurty-worth]h]319 │
103+ │ 03 │ & {.uncloak-pond.-finch} & 8 │
106104+────+───────────────────────────+
107- │ 04 │ $Striges $- cashew-dumple)% │
105+ │ 04 │ 12{b{bluff-stand-trance}4 │
108106+────+───────────────────────────+
109- │ 05 │ $[-# $upcrane $- Nona#-sonic │
107+ │ 05 │ & ! ? coma ? -waged ! -urgency & } │
110108+────+───────────────────────────+
111- │ 06 │ #{@putois-gharial@-newel} │
109+ │ 06 │ [quit-faction-bubble]e]12 │
112110+────+───────────────────────────+
113- │ 07 │ {Gnatho-murga-chuhra}a}27 │
111+ │ 07 │ ( ? sizable-trial-squeeze ? ) │
114112+────+───────────────────────────+
115-
116113` ` `
117114
118115# Building releases for multiple platforms
119116
120117` ` ` shell
121- GOOS= darwin GOARCH= arm64 go build -o passwordgen-v1.1 .0-darwin-arm64
122- GOOS= darwin GOARCH= amd64 go build -o passwordgen-v1.1 .0-darwin-amd64
123- GOOS= windows GOARCH= amd64 go build -o passwordgen-v1.1 .0-windows-amd64.exe
124- GOOS= linux GOARCH= amd64 go build -o passwordgen-v1.1 .0-linux-amd64
118+ GOOS=darwin GOARCH=arm64 go build -o Release-Binaries/v1.2.x/ passwordgen-v1.2 .0-darwin-arm64
119+ GOOS=darwin GOARCH=amd64 go build -o Release-Binaries/v1.2.x/ passwordgen-v1.2 .0-darwin-amd64
120+ GOOS=windows GOARCH=amd64 go build -o Release-Binaries/v1.2.x/ passwordgen-v1.2 .0-windows-amd64.exe
121+ GOOS=linux GOARCH=amd64 go build -o Release-Binaries/v1.2.x/ passwordgen-v1.2 .0-linux-amd64
125122` ` `
0 commit comments