about summary refs log blame commit diff
path: root/README.md
blob: 5b1a26521014dd84bae124320309c43a3a53263e (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                                                                 





                                                       
# 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
```