README.md

 1# eow
 2
 3CLI password generator that uses the [NewBase60 character set].
 4
 5[NewBase60 character set]: http://tantek.pbworks.com/w/page/19402946/NewBase60
 6
 7## Installation
 8
 9``` shell
10$ go install git.sr.ht/~amolith/eow@latest
11```
12
13## Usage
14
15```text
16$ eow -h
17Usage: eow [-h] <length> <count>
18
19-h prints this help message
20
21Arguments are positional, so length AND count
22may be omitted OR count may be omitted. If
23specifying count, length must also be
24specified. When ommitted, length defaults to
2520 and count defaults to 1.
26```
27