Do not follow this link

~amolith/eow

Mention binaries
Add go.sum.license
Add version flag, remove unused flag

clone

read-only
https://git.sr.ht/~amolith/eow
read/write
git@git.sr.ht:~amolith/eow

You can also use your local clone with git send-email.

#eow

CLI password generator that uses an Apple-style algorithm by default or a reduced character set called NewBase60 that's very compatible and unambiguously readable.

#Installation

Download the binary appropriate for your system from the releases page or build from source with:

$ go install git.sr.ht/~amolith/eow@latest

#Usage

$ eow -h
Usage of eow:
  -n, --nb60       Generate a 20-character password using the NewBase60 charset
pflag: help requested
$ eow
kiwmuX tibhoj radvo0
$ eow
suJcig-tegtek-nuzwe9
$ eow
9adtif.tAvver.loltil
$ eow -n
A_7Bq8wASqPwvtMHx1UY
$ eow -n
fDQ2bkDK8xZgq9ZQ6P5R
$ eow -n
AMSiSrVxXQWmommxVg1X
Do not follow this link