puny/README.md

16 lines
328 B
Markdown

# puny
a little CLI punycode explorer/converter
it will iterate through all arguments and display the normalized punycode and unicode versions along with a hexdump of the bytes.
```shell
dotnet run -- tildə.net
```
to get a standalone linux executable:
```shell
dotnet publish -c Release -r linux-x64 --self-contained
```