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