aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 63b0f8a161e352a35c8bf8ccdea8f3d1a0426615 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ugi

Universal Geek Identifier. Spec, CLI, and web tool.

## Contents

- `spec/`: UGI specification, registry JSON, grammar files, generation scripts
- `cli/`: `ugi` shell script for encoding and decoding from the command line
- `web/`: web tool generated from the registry; run `gen_tool.py` to rebuild
- `fonts/`: Kawkab Mono typeface used by the web tool

## Build web tool

```sh
python3 web/scripts/gen_tool.py spec/ugi_registry_v0.json web/index.html
```

## Links

- Live tool: <https://ugi.gumx.cc>
- Spec: `spec/README.md`
- CLI: `cli/README.md`