# 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: - Spec: `spec/README.md` - CLI: `cli/README.md`